[package] name = "shop-render" version = "0.1.0" description = "wgpu text/quad renderer for shop (font-agnostic; owns atlas + pipeline)" edition.workspace = true rust-version.workspace = true authors.workspace = true repository.workspace = true license.workspace = true publish = false [lints] workspace = true [dependencies] wgpu.workspace = true swash.workspace = true guillotiere.workspace = true bytemuck.workspace = true anyhow.workspace = true fontconfig.workspace = true tracing.workspace = true [dev-dependencies] # The bundled face, cut once by the workspace rather than three times. shop-font = { path = "../shop-font" }