[dependencies.bevy]
default-features = false
features = ["bevy_log"]
version = "0.16.0"
[dependencies.bevy_simple_subsecond_system_macros]
version = "0.1.3"
[dependencies.crossbeam-channel]
version = "0.5.15"
[dependencies.dioxus-devtools]
version = "0.7.0-alpha.0"
[dev-dependencies.bevy]
features = ["bevy_ui_debug"]
version = "0.16.0"
[lib]
name = "bevy_simple_subsecond_system"
path = "src/lib.rs"
[lints.clippy]
nonstandard_macro_braces = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
[package]
authors = ["Jan Hohenheim <jan@hohenheim.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "Hotpatch your Bevy systems, allowing you to change their code while the app is running and directly seeing the results!"
edition = "2024"
exclude = ["examples/"]
keywords = ["bevy", "hotpatch", "subsecond", "dioxus"]
license = "MIT OR Apache-2.0"
name = "bevy_simple_subsecond_system"
readme = "readme.md"
repository = "https://github.com/janhohenheim/bevy_simple_subsecond_system"
version = "0.1.7"
[profile.android-dev]
inherits = "dev"
[profile.server-dev]
inherits = "dev"
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[[test]]
name = "compile"
path = "tests/compile.rs"