# 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 = "camera_controllers" version = "0.34.0" authors = [ "bvssvni ", "stjahns ", ] description = "A library for 3D camera control." homepage = "https://github.com/PistonDevelopers/camera_controllers" readme = "README.md" keywords = [ "camera", "controllers", "piston", "3d", ] license = "MIT" repository = "https://github.com/PistonDevelopers/camera_controllers.git" [lib] name = "camera_controllers" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.0" [dependencies.piston3d-cam] version = "0.6.0" [dependencies.pistoncore-input] version = "1.0.0" [dependencies.quaternion] version = "1.0.0" [dependencies.vecmath] version = "1.0.0"