# 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] edition = "2021" name = "arcball" version = "1.1.0" authors = ["Will Usher "] exclude = [".gitignore"] description = "An implementation of the Shoemake Arcball camera" homepage = "https://github.com/Twinklebear/arcball" documentation = "https://docs.rs/arcball/" readme = "README.md" keywords = ["camera", "arcball", "shoemake", "cgmath"] license = "MIT" repository = "https://github.com/Twinklebear/arcball" resolver = "2" [dependencies.cgmath] version = "0.18" [dev-dependencies.glium] version = "0.28.0"