# 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 = "bevy_ogle" version = "0.2.0" authors = ["Spencer C. Imbleau"] description = "A multi-mode camera library for 2d vector games" readme = "README.md" keywords = ["bevy"] categories = [ "game-development", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/loopystudios/bevy_ogle" [lib] [dependencies.bevy] version = "0.14.0" features = [ "bevy_state", "bevy_core_pipeline", ] default-features = false [dependencies.bevy_pancam] version = "0.12.0" features = ["bevy_egui"] [dependencies.dolly] version = "0.5.0" [dependencies.mint] version = "0.5.9" [dev-dependencies.wasm-bindgen-test] version = "0.3.42"