# 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 = "generic_game" version = "0.0.12" authors = ["Jonesey13 "] description = "A generic game engine library" license = "MIT" [dependencies.bitflags] version = "1.0.3" [dependencies.glium] version = "0.22" features = ["glutin"] [dependencies.image] version = "0.20" [dependencies.lazy_static] version = "1.1.0" [dependencies.libloading] version = "0.5.0" [dependencies.multiinput] version = "0.0.14" [dependencies.rand] version = "0.5.5" [dependencies.rusttype] version = "0.7.2" features = ["gpu_cache"] [dependencies.time] version = "0.1.40" [dependencies.unicode-normalization] version = "0.1.7" [dependencies.winapi] version = "0.3" features = ["winnt", "shellscalingapi"]