# 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-font-renderer" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GPU-Centered Font Rendering crate" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "wgpu_font_renderer" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bytemuck] version = "1.16.0" features = ["derive"] [dependencies.owned_ttf_parser] version = "0.21.0" default-features = false [dependencies.swash] version = "0.1.15" [dependencies.wgpu] version = "0.20" default-features = true [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.wgpu] version = "0.20" default-features = true [dev-dependencies.winit] version = "0.29.10" features = ["rwh_05"]