# 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] name = "gfx_text" version = "0.33.0" authors = ["Kagami Hiiragi "] description = "Draw text for gfx using freetype." homepage = "https://github.com/PistonDevelopers/gfx_text" documentation = "http://docs.piston.rs/gfx_text/gfx_text/" readme = "README.md" keywords = [ "gfx", "graphics", "text", "freetype", "font", ] license = "MIT" repository = "https://github.com/PistonDevelopers/gfx_text.git" [dependencies.freetype-rs] version = "0.34.0" [dependencies.gfx] version = "0.18.1" [dev-dependencies.piston_window] version = "0.131.0" [features] default = ["include-font"] include-font = []