2023-12-06 05:24:51 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_dioxus"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-25 02:38:08 +00:00
|
|
|
bevy = "0.13.1"
|
|
|
|
bevy_mod_picking = "0.18.2"
|
|
|
|
dioxus = "0.4.3"
|
|
|
|
#dioxus = { git = "https://github.com/ealmloff/dioxus", branch = "fix-event-bubbling", default-features = false, features = [
|
|
|
|
# "macro",
|
|
|
|
# "hooks",
|
|
|
|
#] }
|
|
|
|
#dioxus-rsx = { git = "https://github.com/ealmloff/dioxus", branch = "fix-event-bubbling", default-features = false, features = [
|
|
|
|
# "hot_reload",
|
|
|
|
#], optional = true }
|
|
|
|
#dioxus-hot-reload = { git = "https://github.com/ealmloff/dioxus", branch = "fix-event-bubbling", default-features = false, features = [
|
|
|
|
# "custom_file_watcher",
|
|
|
|
#], optional = true }
|
|
|
|
#bevy_mod_picking = { version = "0.17", default-features = false, features = [
|
|
|
|
# "backend_bevy_ui",
|
|
|
|
#] }
|
2023-12-10 23:44:27 +00:00
|
|
|
|
2023-12-21 08:45:28 +00:00
|
|
|
[features]
|
2024-03-25 02:38:08 +00:00
|
|
|
#hot_reload = ["dioxus/hot-reload", "dioxus-rsx", "dioxus-hot-reload"]
|
2023-12-10 20:35:19 +00:00
|
|
|
|
|
|
|
[[example]]
|
2023-12-13 03:47:14 +00:00
|
|
|
name = "demo"
|