# 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 = "li_wgpu_glyph" version = "0.22.0" authors = ["Héctor Ramón Jiménez "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "li_wgpu_glyph" path = "src/lib.rs" [[example]] name = "clipping" path = "examples/clipping.rs" [[example]] name = "depth" path = "examples/depth.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.bytemuck] version = "1.9" features = ["derive"] [dependencies.glyph_brush] version = "0.7" [dependencies.log] version = "0.4" [dependencies.wgpu] version = "0.18" package = "li-wgpu" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" [dev-dependencies.winit] version = "0.28"