# 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 = "nitro" version = "0.9.1" authors = ["Jacob Kiesel "] build = "build.rs" exclude = ["docs/*"] description = "A game engine built in Rust. This crate is no longer maintained." license = "MIT/Apache-2.0" repository = "https://github.com/Xaeroxe/nitro-game-engine" [dependencies.rand] version = "0.3.0" [dependencies.bincode] version = "0.8.0" [dependencies.nalgebra] version = "0.11.0" [dependencies.serde_derive] version = "1.0.0" [dependencies.sdl2] version = "0.29.0" features = ["image", "mixer"] [dependencies.nphysics2d] version = "0.6.0" [dependencies.enum_primitive] version = "0.1.0" [dependencies.num] version = "0.1.0" [dependencies.unborrow] version = "0.3.0" [dependencies.fnv] version = "1.0.5" [dependencies.ncollide] version = "0.11.0" [dependencies.serde] version = "1.0.0" [dependencies.chrono] version = "0.3.0"