# 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 = "cuivre" version = "0.1.4" authors = ["Alexandre Janin "] description = "A WIP non-intrusive game engine." categories = ["game-engines"] license = "MIT" repository = "https://github.com/alexandrejanin/cuivre" [dependencies.cgmath] version = "^0.16.1" features = ["swizzle"] [dependencies.gl] version = "^0.10.0" [dependencies.image] version = "^0.19.0" [dependencies.lazy_static] version = "^1.1.0" [dependencies.rayon] version = "^1.0.2" [dependencies.ron] version = "^0.4.0" [dependencies.rusttype] version = "^0.6.3" features = ["gpu_cache"] [dependencies.sdl2] version = "^0.31.0" [dependencies.serde] version = "^1.0.71" [dependencies.unicode-normalization] version = "^0.1.7"