# 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_mod_observable_timer" version = "0.1.1" authors = ["Rob Grindeland "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An observer-based timer for bevy" readme = "README.md" keywords = [ "bevy", "observer", "timer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/grind086/bevy_mod_observable_timer" [lib] name = "bevy_mod_observable_timer" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "cancel" path = "examples/cancel.rs" [[example]] name = "indefinite" path = "examples/indefinite.rs" [[example]] name = "once" path = "examples/once.rs" [dependencies.bevy] version = "0.14" default-features = false