# 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_trauma_shake" version = "0.3.0" authors = ["Johan Helsing "] description = "A plugin for shaking 2d cameras" readme = "README.md" keywords = [ "gamedev", "bevy", "camera", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_trauma_shake" [dependencies.bevy] version = "0.14" default-features = false [dependencies.noisy_bevy] version = "0.7" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_winit", "bevy_sprite", "webgl2", "x11", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.25" features = ["bevy_render"] default-features = false [dev-dependencies.bevy_pancam] version = "0.12" features = ["bevy_egui"] [dev-dependencies.rand] version = "0.8" [features] commands = [] default = [ "events", "commands", "system_param", ] events = [] system_param = []