# 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 = "luminance-glyph" version = "0.5.0" authors = ["John Doneth "] description = "A fast text renderer for luminance, powered by glyph_brush." readme = "README.md" keywords = [ "font", "ttf", "truetype", "luminance", "text", ] license = "MIT" repository = "https://github.com/JohnDoneth/luminance-glyph" [dependencies.glyph_brush] version = "0.7.3" [dependencies.log] version = "0.4.14" [dependencies.luminance] version = "0.47.0" [dev-dependencies.glfw] version = "0.44.0" [dev-dependencies.luminance-gl] version = "0.19.1" [dev-dependencies.luminance-glfw] version = "0.18.2" [dev-dependencies.luminance-glutin] version = "0.14.1"