2023-12-06 05:24:51 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_dioxus"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-10 23:44:27 +00:00
|
|
|
bevy = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
2023-12-10 20:35:19 +00:00
|
|
|
dioxus = "0.4"
|
2023-12-10 23:44:27 +00:00
|
|
|
bevy_mod_picking = { version = "0.17", default-features = false }
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
bevy_app = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_core = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_ecs = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_hierarchy = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_input = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_math = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_reflect = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_render = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_utils = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
|
|
|
bevy_window = { git = "https://github.com/JMS55/bevy", branch = "query_new_12" }
|
2023-12-10 20:35:19 +00:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "basic"
|