# 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 = "vulkano_text" version = "0.15.0" authors = ["Rukai "] description = "Render text with the DejaVu font using the Vulkano library." keywords = ["vulkano", "text", "font"] license = "MIT" repository = "https://github.com/rukai/vulkano-text" [dependencies.rusttype] version = "0.8" features = ["gpu_cache"] [dependencies.vulkano] version = "0.24.0" [dependencies.vulkano-shaders] version = "0.24.0" [dev-dependencies.vulkano-win] version = "0.24.0" [dev-dependencies.winit] version = "0.25.0"