# 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_scrolling_2d_camera" version = "0.3.0" exclude = [ "example/", ".DS_Store/", ] description = "A simple 2d camera plugin for bevy supporting scrolling with right mouse dragging." readme = "README.md" keywords = [ "bevy", "camera", "2d", "scrolling", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/xavierwoo/bevy_scrolling_2d_camera.git" [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.14.1"