# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kaku" version = "0.1.1" exclude = [ "examples/", "images/", ".gitignore", ] description = "A text rendering crate for wgpu using signed distance fields" readme = "README.md" keywords = [ "graphics", "text", "wgpu", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/villuna/kaku" [dependencies.ab_glyph] version = "0.2.26" [dependencies.ahash] version = "0.8.11" [dependencies.bytemuck] version = "1.16.1" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.ordered-float] version = "4.2.1" [dependencies.priority-queue] version = "2.0.3" [dependencies.rayon] version = "1.10.0" [dependencies.wgpu] version = "0.20.1" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.winit] version = "0.30.3" features = ["rwh_05"]