diff --git a/Cargo.lock b/Cargo.lock index c1a1c6c..72c618c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,27 @@ dependencies = [ "parking_lot 0.12.1", "thiserror", "winapi", - "x11rb", + "x11rb 0.9.0", +] + +[[package]] +name = "arboard" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854" +dependencies = [ + "clipboard-win 4.4.2", + "core-graphics", + "image 0.24.5", + "log", + "objc", + "objc-foundation", + "objc_id", + "once_cell", + "parking_lot 0.12.1", + "thiserror", + "winapi", + "x11rb 0.10.1", ] [[package]] @@ -729,13 +749,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd4c06a380d02588eac43f8a56d2d370614fe6b2e7467041e57b064e93ec7620" dependencies = [ "bevy", - "bevy-inspector-egui-derive", - "bevy_egui", + "bevy-inspector-egui-derive 0.15.0", + "bevy_egui 0.18.0", "image 0.24.5", "nalgebra", "pretty-type-name", ] +[[package]] +name = "bevy-inspector-egui" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8be4f9fa859e4840e7cbcc0ddf2c8a1441ff8f663c317769c5ccc70cdf13bcf2" +dependencies = [ + "bevy-inspector-egui-derive 0.17.0", + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_asset 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core_pipeline 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_egui 0.19.0", + "bevy_hierarchy 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_log 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_pbr 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_render 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "egui", + "image 0.24.5", + "once_cell", + "pretty-type-name", + "smallvec", +] + [[package]] name = "bevy-inspector-egui-derive" version = "0.15.0" @@ -747,6 +794,17 @@ dependencies = [ "syn", ] +[[package]] +name = "bevy-inspector-egui-derive" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97826e6225a5b56e77683e7b99418171f7531d48682b8531252dc6b8ef3e8113" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "bevy-inspector-egui-rapier" version = "0.9.0" @@ -754,7 +812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61093d6ab0ae326c80ddc12c13a540f3bee247b2e214f2f39a8147124f5a09c0" dependencies = [ "bevy", - "bevy-inspector-egui", + "bevy-inspector-egui 0.15.0", "bevy_rapier2d", ] @@ -763,16 +821,31 @@ name = "bevy_animation" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_asset", - "bevy_core", - "bevy_ecs", - "bevy_hierarchy", - "bevy_math", - "bevy_reflect", - "bevy_time", - "bevy_transform", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_time 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", +] + +[[package]] +name = "bevy_app" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "536e4d0018347478545ed8b6cb6e57b9279ee984868e81b7c0e78e0fb3222e42" +dependencies = [ + "bevy_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "downcast-rs", + "wasm-bindgen", + "web-sys", ] [[package]] @@ -780,28 +853,55 @@ name = "bevy_app" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_derive", - "bevy_ecs", - "bevy_reflect", - "bevy_utils", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "downcast-rs", "wasm-bindgen", "web-sys", ] +[[package]] +name = "bevy_asset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db1bb550168304df69c867c09125e1aae7ff51cf21575396e1598bf293442c4" +dependencies = [ + "anyhow", + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_diagnostic 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_log 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_tasks 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel", + "downcast-rs", + "fastrand", + "js-sys", + "ndk-glue", + "parking_lot 0.12.1", + "serde", + "thiserror", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "bevy_asset" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "anyhow", - "bevy_app", - "bevy_diagnostic", - "bevy_ecs", - "bevy_log", - "bevy_reflect", - "bevy_tasks", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_diagnostic 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_tasks 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "crossbeam-channel", "downcast-rs", "fastrand", @@ -822,69 +922,129 @@ version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "anyhow", - "bevy_app", - "bevy_asset", - "bevy_ecs", - "bevy_reflect", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "parking_lot 0.12.1", "rodio", ] +[[package]] +name = "bevy_core" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96299aceb3c8362cb4aa39ff81c7ef758a5f4e768d16b5046a91628eff114ac0" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_tasks 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytemuck", +] + [[package]] name = "bevy_core" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_math", - "bevy_reflect", - "bevy_tasks", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_tasks 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bytemuck", ] +[[package]] +name = "bevy_core_pipeline" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc128a9860aadf16fb343ae427f2768986fd91dce64d945455acda9759c48014" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_asset 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_render 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_transform 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "radsort", + "serde", +] + [[package]] name = "bevy_core_pipeline" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_asset", - "bevy_derive", - "bevy_ecs", - "bevy_math", - "bevy_reflect", - "bevy_render", - "bevy_transform", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bitflags", "radsort", "serde", ] +[[package]] +name = "bevy_derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7baf73c58d41c353c6fd08e6764a2e7420c9f19e8227b391c50981db6d0282a6" +dependencies = [ + "bevy_macro_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", +] + [[package]] name = "bevy_derive" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_macro_utils", + "bevy_macro_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "quote", "syn", ] +[[package]] +name = "bevy_diagnostic" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63bf96ec7980fa25b77ff6c72dfafada477936c0dab76c1edf6c028c0e5fe0e4" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_log 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_time 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "bevy_diagnostic" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_core", - "bevy_ecs", - "bevy_log", - "bevy_time", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_time 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", ] [[package]] @@ -905,17 +1065,37 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "bevy_ecs" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c071d7c6bc9801253485e05d0c257284150de755391902746837ba21c0cf74" +dependencies = [ + "async-channel", + "bevy_ecs_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ptr 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_tasks 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "downcast-rs", + "event-listener", + "fixedbitset", + "fxhash", + "serde", + "thread_local", +] + [[package]] name = "bevy_ecs" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "async-channel", - "bevy_ecs_macros", - "bevy_ptr", - "bevy_reflect", - "bevy_tasks", - "bevy_utils", + "bevy_ecs_macros 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ptr 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_tasks 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "downcast-rs", "event-listener", "fixedbitset", @@ -925,12 +1105,24 @@ dependencies = [ "thread_local", ] +[[package]] +name = "bevy_ecs_macros" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c15bd45438eeb681ad74f2d205bb07a5699f98f9524462a30ec764afab2742ce" +dependencies = [ + "bevy_macro_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "bevy_ecs_macros" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_macro_utils", + "bevy_macro_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "proc-macro2", "quote", "syn", @@ -942,19 +1134,42 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f93fab81b00d664b7fd09c74eadcc8ab4a608649af1fb355647cd43f95f38ec6" dependencies = [ - "arboard", + "arboard 2.1.1", + "bevy", + "egui", + "thread_local", + "webbrowser", +] + +[[package]] +name = "bevy_egui" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbb8036050af170243e803eb68e0b5d34f549828a8de92479619fb6dac842f85" +dependencies = [ + "arboard 3.2.0", "bevy", "egui", "thread_local", "webbrowser", ] +[[package]] +name = "bevy_encase_derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "962b6bb0d30e92ec2e6c29837acce9e55b920733a634e7c3c5fd5a514bea7a24" +dependencies = [ + "bevy_macro_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "encase_derive_impl", +] + [[package]] name = "bevy_encase_derive" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_macro_utils", + "bevy_macro_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "encase_derive_impl", ] @@ -963,10 +1178,10 @@ name = "bevy_gilrs" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_input", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_input 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "gilrs", ] @@ -978,50 +1193,79 @@ dependencies = [ "anyhow", "base64 0.13.1", "bevy_animation", - "bevy_app", - "bevy_asset", - "bevy_core", - "bevy_core_pipeline", - "bevy_ecs", - "bevy_hierarchy", - "bevy_log", - "bevy_math", - "bevy_pbr", - "bevy_reflect", - "bevy_render", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core_pipeline 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_pbr 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_scene", - "bevy_tasks", - "bevy_transform", - "bevy_utils", + "bevy_tasks 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "gltf", "percent-encoding", "thiserror", ] +[[package]] +name = "bevy_hierarchy" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dd6d50c48c6e1bcb5e08a768b765323292bb3bf3a439b992754c57ffb85b23a" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_log 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec", +] + [[package]] name = "bevy_hierarchy" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_core", - "bevy_ecs", - "bevy_log", - "bevy_reflect", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "smallvec", ] +[[package]] +name = "bevy_input" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3378b5171284f4c4c0e8307081718a9fe458f846444616bd82d69110dcabca51" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", +] + [[package]] name = "bevy_input" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_math", - "bevy_reflect", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "thiserror", ] @@ -1031,46 +1275,62 @@ version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "bevy_animation", - "bevy_app", - "bevy_asset", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_audio", - "bevy_core", - "bevy_core_pipeline", - "bevy_derive", - "bevy_diagnostic", - "bevy_ecs", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core_pipeline 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_diagnostic 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_gilrs", "bevy_gltf", - "bevy_hierarchy", - "bevy_input", - "bevy_log", - "bevy_math", - "bevy_pbr", - "bevy_ptr", - "bevy_reflect", - "bevy_render", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_input 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_pbr 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ptr 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_scene", "bevy_sprite", - "bevy_tasks", + "bevy_tasks 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_text", - "bevy_time", - "bevy_transform", + "bevy_time 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_ui", - "bevy_utils", - "bevy_window", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_winit", "ndk-glue", ] +[[package]] +name = "bevy_log" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c480bac54cf4ae76edc3ae9ae3fa7c5e1b385e7f2111ef5ec3fd00cf3a7998b" +dependencies = [ + "android_log-sys", + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "console_error_panic_hook", + "tracing-log", + "tracing-subscriber", + "tracing-wasm", +] + [[package]] name = "bevy_log" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "android_log-sys", - "bevy_app", - "bevy_ecs", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "console_error_panic_hook", "tracing-error", "tracing-log", @@ -1078,6 +1338,17 @@ dependencies = [ "tracing-wasm", ] +[[package]] +name = "bevy_macro_utils" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "022bb69196deeea691b6997414af85bbd7f2b34a8914c4aa7a7ff4dfa44f7677" +dependencies = [ + "quote", + "syn", + "toml", +] + [[package]] name = "bevy_macro_utils" version = "0.9.1" @@ -1088,6 +1359,16 @@ dependencies = [ "toml", ] +[[package]] +name = "bevy_math" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d434c77ab766c806ed9062ef8a7285b3b02b47df51f188d4496199c3ac062eaf" +dependencies = [ + "glam", + "serde", +] + [[package]] name = "bevy_math" version = "0.9.1" @@ -1097,6 +1378,15 @@ dependencies = [ "serde", ] +[[package]] +name = "bevy_mikktspace" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbfb5908d33fd613069be516180b8f138aaaf6e41c36b1fd98c6c29c00c24a13" +dependencies = [ + "glam", +] + [[package]] name = "bevy_mikktspace" version = "0.9.1" @@ -1124,27 +1414,55 @@ dependencies = [ "bevy", ] +[[package]] +name = "bevy_pbr" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "310b1f260a475d81445623e138e1b7245759a42310bc1f84b550a3f4ff8763bf" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_asset 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core_pipeline 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_render 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_transform 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_window 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "bytemuck", + "radsort", +] + [[package]] name = "bevy_pbr" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_asset", - "bevy_core_pipeline", - "bevy_derive", - "bevy_ecs", - "bevy_math", - "bevy_reflect", - "bevy_render", - "bevy_transform", - "bevy_utils", - "bevy_window", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core_pipeline 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bitflags", "bytemuck", "radsort", ] +[[package]] +name = "bevy_ptr" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ec44f7655039546bc5d34d98de877083473f3e9b2b81d560c528d6d74d3eff4" + [[package]] name = "bevy_ptr" version = "0.9.1" @@ -1179,15 +1497,35 @@ dependencies = [ "serde", ] +[[package]] +name = "bevy_reflect" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6deae303a7f69dc243b2fa35b5e193cc920229f448942080c8eb2dbd9de6d37a" +dependencies = [ + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ptr 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "downcast-rs", + "erased-serde", + "glam", + "once_cell", + "parking_lot 0.12.1", + "serde", + "smallvec", + "thiserror", +] + [[package]] name = "bevy_reflect" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_math", - "bevy_ptr", - "bevy_reflect_derive", - "bevy_utils", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ptr 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "downcast-rs", "erased-serde", "glam", @@ -1198,12 +1536,26 @@ dependencies = [ "thiserror", ] +[[package]] +name = "bevy_reflect_derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2bf4cb9cd5acb4193f890f36cb63679f1502e2de025e66a63b194b8b133d018" +dependencies = [ + "bevy_macro_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bit-set", + "proc-macro2", + "quote", + "syn", + "uuid 1.2.2", +] + [[package]] name = "bevy_reflect_derive" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_macro_utils", + "bevy_macro_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bit-set", "proc-macro2", "quote", @@ -1211,28 +1563,70 @@ dependencies = [ "uuid 1.2.2", ] +[[package]] +name = "bevy_render" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e3282a8f8779d2aced93207fbed73f740937c6c2bd27bd84f0799b081c7fca5" +dependencies = [ + "anyhow", + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_asset 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_core 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_encase_derive 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_hierarchy 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_log 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_mikktspace 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_render_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_time 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_transform 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_window 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "codespan-reporting", + "downcast-rs", + "encase", + "futures-lite", + "hex", + "hexasphere", + "image 0.24.5", + "naga", + "once_cell", + "parking_lot 0.12.1", + "regex", + "serde", + "smallvec", + "thiserror", + "thread_local", + "wgpu", +] + [[package]] name = "bevy_render" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "anyhow", - "bevy_app", - "bevy_asset", - "bevy_core", - "bevy_derive", - "bevy_ecs", - "bevy_encase_derive", - "bevy_hierarchy", - "bevy_log", - "bevy_math", - "bevy_mikktspace", - "bevy_reflect", - "bevy_render_macros", - "bevy_time", - "bevy_transform", - "bevy_utils", - "bevy_window", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_encase_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_mikktspace 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render_macros 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_time 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bitflags", "codespan-reporting", "downcast-rs", @@ -1253,12 +1647,24 @@ dependencies = [ "wgpu", ] +[[package]] +name = "bevy_render_macros" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7acae697776ac05bea523e1725cf2660c91c53abe72c66782ea1e1b9eedb572" +dependencies = [ + "bevy_macro_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "bevy_render_macros" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_macro_utils", + "bevy_macro_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "proc-macro2", "quote", "syn", @@ -1270,15 +1676,15 @@ version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "anyhow", - "bevy_app", - "bevy_asset", - "bevy_derive", - "bevy_ecs", - "bevy_hierarchy", - "bevy_reflect", - "bevy_render", - "bevy_transform", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "ron", "serde", "thiserror", @@ -1290,17 +1696,17 @@ name = "bevy_sprite" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_asset", - "bevy_core_pipeline", - "bevy_derive", - "bevy_ecs", - "bevy_log", - "bevy_math", - "bevy_reflect", - "bevy_render", - "bevy_transform", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core_pipeline 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bitflags", "bytemuck", "fixedbitset", @@ -1309,6 +1715,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "bevy_tasks" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "680b16b53df9c9f24681dd95f4d772d83760bd19adf8bca00f358a3aad997853" +dependencies = [ + "async-channel", + "async-executor", + "async-task", + "concurrent-queue 1.2.4", + "futures-lite", + "once_cell", + "wasm-bindgen-futures", +] + [[package]] name = "bevy_tasks" version = "0.9.1" @@ -1330,43 +1751,69 @@ source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9be dependencies = [ "ab_glyph", "anyhow", - "bevy_app", - "bevy_asset", - "bevy_ecs", - "bevy_math", - "bevy_reflect", - "bevy_render", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_sprite", - "bevy_transform", - "bevy_utils", - "bevy_window", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "glyph_brush_layout", "serde", "thiserror", ] +[[package]] +name = "bevy_time" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a5c38a6d3ea929c7f81e6adf5a6c62cf7e8c40f5106c2174d6057e9d8ea624d" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel", +] + [[package]] name = "bevy_time" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_reflect", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "crossbeam-channel", ] +[[package]] +name = "bevy_transform" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba13c57a040b89767191a6f6d720a635b7792793628bfa41a9e38b7026484aec" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_hierarchy 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "bevy_transform" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_hierarchy", - "bevy_math", - "bevy_reflect", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", ] [[package]] @@ -1374,22 +1821,22 @@ name = "bevy_ui" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_asset", - "bevy_core_pipeline", - "bevy_derive", - "bevy_ecs", - "bevy_hierarchy", - "bevy_input", - "bevy_log", - "bevy_math", - "bevy_reflect", - "bevy_render", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_asset 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_core_pipeline 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_derive 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_hierarchy 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_input 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_log 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_render 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bevy_sprite", "bevy_text", - "bevy_transform", - "bevy_utils", - "bevy_window", + "bevy_transform 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "bytemuck", "serde", "smallvec", @@ -1397,6 +1844,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "bevy_utils" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16750aae52cd35bd7b60eb61cee883420b250e11b4a290b8d44b2b2941795739" +dependencies = [ + "ahash 0.7.6", + "getrandom 0.2.8", + "hashbrown", + "instant", + "tracing", + "uuid 1.2.2", +] + [[package]] name = "bevy_utils" version = "0.9.1" @@ -1410,17 +1871,32 @@ dependencies = [ "uuid 1.2.2", ] +[[package]] +name = "bevy_window" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a44d3f3bd54a2261f4f57f614bf7bccc8d2832761493c0cd7dab81d98cc151e" +dependencies = [ + "bevy_app 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_ecs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_input 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_math 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_reflect 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bevy_utils 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "raw-window-handle 0.5.0", +] + [[package]] name = "bevy_window" version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_input", - "bevy_math", - "bevy_reflect", - "bevy_utils", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_input 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_reflect 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "raw-window-handle 0.5.0", ] @@ -1430,12 +1906,12 @@ version = "0.9.1" source = "git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run#2f9bec3b26b7f14c8f3ce1023238c2b77841f56a" dependencies = [ "approx", - "bevy_app", - "bevy_ecs", - "bevy_input", - "bevy_math", - "bevy_utils", - "bevy_window", + "bevy_app 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_ecs 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_input 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_math 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_utils 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", + "bevy_window 0.9.1 (git+https://github.com/mvlabat/bevy.git?branch=v0.9.1/muddle-run)", "crossbeam-channel", "raw-window-handle 0.5.0", "wasm-bindgen", @@ -3549,7 +4025,7 @@ dependencies = [ "num-rational 0.3.2", "num-traits", "png 0.16.8", - "tiff", + "tiff 0.6.1", ] [[package]] @@ -3565,6 +4041,7 @@ dependencies = [ "num-traits", "png 0.17.7", "scoped_threadpool", + "tiff 0.8.1", ] [[package]] @@ -3718,6 +4195,12 @@ version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" +[[package]] +name = "jpeg-decoder" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" + [[package]] name = "js-sys" version = "0.3.60" @@ -4220,10 +4703,10 @@ dependencies = [ "anyhow", "base64 0.20.0", "bevy", - "bevy-inspector-egui", + "bevy-inspector-egui 0.17.0", "bevy-inspector-egui-rapier", "bevy_disturbulence", - "bevy_egui", + "bevy_egui 0.18.0", "bevy_mod_picking", "bevy_rapier2d", "chrono", @@ -4379,7 +4862,7 @@ version = "0.1.0" dependencies = [ "bevy", "bevy_disturbulence", - "bevy_egui", + "bevy_egui 0.18.0", "bevy_mod_picking", "bevy_rapier2d", "chrono", @@ -4678,6 +5161,18 @@ dependencies = [ "memoffset 0.6.5", ] +[[package]] +name = "nix" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" +dependencies = [ + "bitflags", + "cfg-if", + "libc", + "memoffset 0.6.5", +] + [[package]] name = "nix" version = "0.25.1" @@ -6798,11 +7293,22 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" dependencies = [ - "jpeg-decoder", + "jpeg-decoder 0.1.22", "miniz_oxide 0.4.4", "weezl", ] +[[package]] +name = "tiff" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471" +dependencies = [ + "flate2", + "jpeg-decoder 0.3.0", + "weezl", +] + [[package]] name = "time" version = "0.1.45" @@ -8049,6 +8555,28 @@ dependencies = [ "winapi-wsapoll", ] +[[package]] +name = "x11rb" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" +dependencies = [ + "gethostname", + "nix 0.24.3", + "winapi", + "winapi-wsapoll", + "x11rb-protocol", +] + +[[package]] +name = "x11rb-protocol" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" +dependencies = [ + "nix 0.24.3", +] + [[package]] name = "x25519-dalek" version = "2.0.0-pre.1" diff --git a/libs/client_lib/Cargo.toml b/libs/client_lib/Cargo.toml index 34d2852..65f420d 100644 --- a/libs/client_lib/Cargo.toml +++ b/libs/client_lib/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0" base64 = "0.20.0-alpha.1" bevy = "0.9.1" bevy_egui = "0.18" -bevy-inspector-egui = "0.15.0" +bevy-inspector-egui = "0.17.0" bevy-inspector-egui-rapier = { version = "0.9", features = ["rapier2d"] } bevy_mod_picking = "0.11" bevy_disturbulence = { git = "https://github.com/mvlabat/bevy_disturbulence.git", branch = "wip", features = ["client"] }