# 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 = "turbine" version = "0.0.2" authors = ["bvssvni ", "binero"] description = "A 3D game engine with built-in editor" homepage = "https://github.com/PistonDevelopers/turbine" keywords = ["engine", "3d", "piston"] license = "MIT" repository = "https://github.com/PistonDevelopers/turbine.git" [lib] name = "turbine" path = "./src/lib.rs" [dependencies.find_folder] version = "0.3.0" [dependencies.log] version = "0.3.8" [dependencies.gfx] version = "0.16.1" [dependencies.bitflags] version = "1.0.0" [dependencies.gfx_debug_draw] version = "0.19.0" [dependencies.camera_controllers] version = "0.23.0" [dependencies.range] version = "0.3.1" [dependencies.pistoncore-sdl2_window] version = "0.46.0" [dependencies.piston_meta] version = "0.29.1" [dependencies.piston_window] version = "0.73.0" [dependencies.conrod] version = "0.56.0" [dependencies.gfx_device_gl] version = "0.14.4" [dependencies.gfx_text] version = "0.20.0" [dependencies.vecmath] version = "0.3.1"