# 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_glyph" version = "0.22.0" authors = ["Héctor Ramón Jiménez "] description = "A fast text renderer for wgpu, powered by glyph_brush" documentation = "https://docs.rs/wgpu_glyph" readme = "README.md" keywords = [ "font", "ttf", "truetype", "wgpu", "text", ] license = "MIT" repository = "https://github.com/hecrj/wgpu_glyph" [dependencies.bytemuck] version = "1.9" features = ["derive"] [dependencies.glyph_brush] version = "0.7" [dependencies.log] version = "0.4" [dependencies.wgpu] version = "0.18" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" [dev-dependencies.winit] version = "0.28"