# 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 = "solstice_glyph" version = "0.1.3" authors = ["Tanner Rogalsky "] description = "A fast text renderer for solstice, powered by glyph_brush" license = "MIT" resolver = "2" [dependencies.bytemuck] version = "1.7" [dependencies.glyph_brush] version = "0.7" [dependencies.log] version = "0.4" [dependencies.solstice] version = "0.1" features = ["derive"] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.glutin] version = "0.25"