# 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 = "2018" name = "gfx_glyph" version = "0.17.1" authors = ["Alex Butler "] description = "Fast GPU cached text rendering using gfx-rs & ab_glyph" readme = "README.md" keywords = [ "font", "ttf", "truetype", "gfx", "text", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/glyph-brush" resolver = "2" [dependencies.backtrace] version = "0.3" [dependencies.gfx] version = "0.18" [dependencies.gfx_core] version = "0.9" [dependencies.glyph_brush] version = "0.7" [dependencies.log] version = "0.4" [dev-dependencies.cgmath] version = "0.18" [dev-dependencies.env_logger] version = "0.10" default-features = false [dev-dependencies.gfx_device_gl] version = "0.16" [dev-dependencies.glutin] version = "0.30.3" [dev-dependencies.glutin-winit] version = "0.3" [dev-dependencies.old_school_gfx_glutin_ext] version = "0.31" [dev-dependencies.spin_sleep] version = "1" [dev-dependencies.winit] version = "0.28"