# 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] name = "gltile" version = "0.0.5" authors = ["Rustcod Project Developers"] description = "OpenGL-based tile rendering engine\n" documentation = "https://docs.rs/gltile" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/rustcod/gltile" [dependencies] pixset = "0.0.6" lazy_static = "0.2.8" glium = "0.17.0" image = "0.14.0" palette = "0.2.1" [dev-dependencies] looper = "0.0.2" rand = "0.3.15" pixset_derive = "0.0.5"