# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "miniquad_text_rusttype" version = "0.1.2" authors = ["Pierre Krieger ", "Fedor Logachev ", "Constantine Shablya "] description = "glium_text fork, text drawing with miniquad and rusttype" documentation = "https://docs.rs/glium_text_rusttype" keywords = ["text", "opengl"] license = "MIT" repository = "https://github.com/not-fl3/miniquad_text_rusttype" [dependencies.miniquad] version = "0.2.*" optional = true [dependencies.rusttype] version = "0.7.7" [dev-dependencies.glam] version = "0.8" features = ["scalar-math"] [features] default = ["render"] render = ["miniquad"]