# 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_roll_safe" version = "0.3.0" authors = ["Johan Helsing "] description = "Rollback safe utilities and abstractions for Bevy" readme = "README.md" keywords = [ "gamedev", "bevy", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_roll_safe" [dependencies.bevy] version = "0.14" features = ["bevy_state"] default-features = false [dependencies.bevy_ggrs] version = "0.16" optional = true default-features = false [dependencies.bevy_math] version = "0.14" [features] bevy_ggrs = ["dep:bevy_ggrs"] default = [ "bevy_ggrs", "math_determinism", ] math_determinism = ["bevy_math/libm"]