# 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 = "glyph_brush" version = "0.7.11" authors = ["Alex Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast cached text render library using ab_glyph" readme = "README.md" keywords = [ "font", "ttf", "truetype", "text", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/glyph-brush" [lib] name = "glyph_brush" path = "src/lib.rs" [[example]] name = "draw_cache_guts" path = "examples/draw_cache_guts.rs" [[example]] name = "opengl" path = "examples/opengl.rs" [[bench]] name = "glyph_brush" path = "benches/glyph_brush.rs" harness = false [dependencies.glyph_brush_draw_cache] version = "0.1.1" [dependencies.glyph_brush_layout] version = "0.2.3" [dependencies.ordered-float] version = "4" [dependencies.rustc-hash] version = "2" [dependencies.twox-hash] version = "2" features = ["xxhash64"] default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.gl] version = "0.14" [dev-dependencies.glutin] version = "0.32" [dev-dependencies.glutin-winit] version = "0.5" [dev-dependencies.raw-window-handle] version = "0.6" [dev-dependencies.spin_sleep_util] version = "0.1" [dev-dependencies.winit] version = "0.30" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.twox-hash] version = "2" features = ["random"] default-features = false