# 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 = "wgpu_text" version = "0.9.1" authors = ["Leon (Blatko1)"] build = false include = [ "src/**/*", "LICENSE", "Cargo.toml", "README.md", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple 2D text renderer for wgpu" readme = "README.md" keywords = [ "wgpu", "text", "ttf", "render", "font", ] categories = [ "graphics", "rendering", ] license = "MIT" repository = "https://github.com/Blatko1/wgpu-text" [lib] name = "wgpu_text" path = "src/lib.rs" [dependencies.bytemuck] version = "1.19.0" features = ["derive"] [dependencies.glyph_brush] version = "0.7.11" [dependencies.log] version = "0.4.22" [dependencies.wgpu] version = "23.0.0" features = ["wgsl"] default-features = false [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.nalgebra] version = "0.33.2" [dev-dependencies.pollster] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wgpu] version = "23.0.0" features = ["spirv"] [dev-dependencies.winit] version = "0.30.5"