# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "turbine_scene3d" version = "0.39.0" authors = ["Sven Nilsen "] exclude = ["assets/*"] description = "Scene rendering for the Turbine engine" homepage = "https://github.com/PistonDevelopers/turbine" documentation = "https://docs.rs/turbine_scene3d" readme = "README.md" keywords = [ "turbine", "rendering", "dynamic", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/turbine.git" [dependencies.gl] version = "0.13.0" [dependencies.image] version = "0.24.1" [dependencies.piston] version = "0.55.0" [dependencies.piston2d-opengl_graphics] version = "0.83.0" [dependencies.vecmath] version = "1.0.0" [dependencies.wavefront_obj] version = "10.0.0" [dev-dependencies.camera_controllers] version = "0.34.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.69.0" [features] default = []