# 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 = "metropolis" version = "0.9.1" authors = ["guy "] description = "A high level easy to use graphics renderer" documentation = "https://docs.rs/metropolis/0.9.1/metropolis" readme = "README.md" keywords = ["cli", "api", "gui", "gamedev", "graphics"] categories = ["games", "graphics", "gui"] license = "MIT" repository = "http://github.com/GuyL99/metropolis" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "metropolis" path = "src/lib.rs" doctest = true doc = true [dependencies.png] version = "0.15" [dependencies.rusttype] version = "0.7" features = ["gpu_cache"] [dependencies.vulkano] version = "0.16.0" [dependencies.vulkano-shaders] version = "0.16.0" [dependencies.vulkano-win] version = "0.16.0" [dependencies.winit] version = "0.19.5"