diff --git a/Cargo.lock b/Cargo.lock index c44a669..3e8e37e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,28 +44,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "alsa" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18" -dependencies = [ - "alsa-sys", - "bitflags", - "libc", - "nix 0.20.0", -] - -[[package]] -name = "alsa-sys" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" -dependencies = [ - "libc", - "pkg-config", -] - [[package]] name = "android_log-sys" version = "0.2.0" @@ -176,33 +154,14 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" name = "bevy" version = "0.5.0" dependencies = [ - "bevy_internal 0.5.0", -] - -[[package]] -name = "bevy" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_internal 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_internal", ] [[package]] name = "bevy-crevice-derive" version = "0.5.0" dependencies = [ - "bevy_macro_utils 0.5.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "bevy-crevice-derive" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_macro_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_macro_utils", "proc-macro2", "quote", "syn", @@ -212,23 +171,10 @@ dependencies = [ name = "bevy_app" version = "0.5.0" dependencies = [ - "bevy_derive 0.5.0", - "bevy_ecs 0.5.0", - "bevy_reflect 0.5.0", - "bevy_utils 0.5.0", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "bevy_app" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_derive", + "bevy_ecs", + "bevy_reflect", + "bevy_utils", "wasm-bindgen", "web-sys", ] @@ -238,18 +184,17 @@ name = "bevy_asset" version = "0.5.0" dependencies = [ "anyhow", - "bevy_app 0.5.0", - "bevy_diagnostic 0.5.0", - "bevy_ecs 0.5.0", - "bevy_log 0.5.0", - "bevy_reflect 0.5.0", - "bevy_tasks 0.5.0", - "bevy_utils 0.5.0", + "bevy_app", + "bevy_diagnostic", + "bevy_ecs", + "bevy_log", + "bevy_reflect", + "bevy_tasks", + "bevy_utils", "crossbeam-channel", "downcast-rs", "js-sys", - "ndk-glue 0.5.0", - "notify", + "ndk-glue", "parking_lot", "rand", "serde", @@ -259,72 +204,17 @@ dependencies = [ "web-sys", ] -[[package]] -name = "bevy_asset" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "anyhow", - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_diagnostic 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_log 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_tasks 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "crossbeam-channel", - "downcast-rs", - "js-sys", - "ndk-glue 0.5.0", - "parking_lot", - "rand", - "serde", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "bevy_audio" -version = "0.5.0" -dependencies = [ - "anyhow", - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_ecs 0.5.0", - "bevy_reflect 0.5.0", - "bevy_utils 0.5.0", - "parking_lot", - "rodio", -] - [[package]] name = "bevy_core" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_derive 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_tasks 0.5.0", - "bevy_utils 0.5.0", - "bytemuck", -] - -[[package]] -name = "bevy_core" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_tasks 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_derive", + "bevy_ecs", + "bevy_math", + "bevy_reflect", + "bevy_tasks", + "bevy_utils", "bytemuck", ] @@ -332,41 +222,18 @@ dependencies = [ name = "bevy_core_pipeline" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_ecs 0.5.0", - "bevy_render 0.5.0", -] - -[[package]] -name = "bevy_core_pipeline" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_asset 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_render 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_ecs", + "bevy_render", ] [[package]] name = "bevy_crevice" version = "0.5.0" dependencies = [ - "bevy-crevice-derive 0.5.0", - "bytemuck", - "glam", - "mint", -] - -[[package]] -name = "bevy_crevice" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy-crevice-derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy-crevice-derive", "bytemuck", "glam", "mint", @@ -376,17 +243,7 @@ dependencies = [ name = "bevy_derive" version = "0.5.0" dependencies = [ - "bevy_macro_utils 0.5.0", - "quote", - "syn", -] - -[[package]] -name = "bevy_derive" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_macro_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_macro_utils", "quote", "syn", ] @@ -395,23 +252,11 @@ dependencies = [ name = "bevy_diagnostic" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_core 0.5.0", - "bevy_ecs 0.5.0", - "bevy_log 0.5.0", - "bevy_utils 0.5.0", -] - -[[package]] -name = "bevy_diagnostic" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_log 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_core", + "bevy_ecs", + "bevy_log", + "bevy_utils", ] [[package]] @@ -419,27 +264,10 @@ name = "bevy_ecs" version = "0.5.0" dependencies = [ "async-channel", - "bevy_ecs_macros 0.5.0", - "bevy_reflect 0.5.0", - "bevy_tasks 0.5.0", - "bevy_utils 0.5.0", - "downcast-rs", - "fixedbitset", - "fxhash", - "serde", - "thiserror", -] - -[[package]] -name = "bevy_ecs" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "async-channel", - "bevy_ecs_macros 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_tasks 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_ecs_macros", + "bevy_reflect", + "bevy_tasks", + "bevy_utils", "downcast-rs", "fixedbitset", "fxhash", @@ -451,18 +279,7 @@ dependencies = [ name = "bevy_ecs_macros" version = "0.5.0" dependencies = [ - "bevy_macro_utils 0.5.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "bevy_ecs_macros" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_macro_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_macro_utils", "proc-macro2", "quote", "syn", @@ -472,10 +289,10 @@ dependencies = [ name = "bevy_gilrs" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_ecs 0.5.0", - "bevy_input 0.5.0", - "bevy_utils 0.5.0", + "bevy_app", + "bevy_ecs", + "bevy_input", + "bevy_utils", "gilrs", ] @@ -485,18 +302,18 @@ version = "0.5.0" dependencies = [ "anyhow", "base64", - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_ecs 0.5.0", - "bevy_log 0.5.0", - "bevy_math 0.5.0", - "bevy_pbr 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", - "bevy_scene 0.5.0", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_ecs", + "bevy_log", + "bevy_math", + "bevy_pbr", + "bevy_reflect", + "bevy_render", + "bevy_scene", + "bevy_transform", + "bevy_utils", "gltf", "percent-encoding", "thiserror", @@ -506,78 +323,41 @@ dependencies = [ name = "bevy_input" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_utils 0.5.0", -] - -[[package]] -name = "bevy_input" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_ecs", + "bevy_math", + "bevy_utils", ] [[package]] name = "bevy_internal" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_audio", - "bevy_core 0.5.0", - "bevy_core_pipeline 0.5.0", - "bevy_derive 0.5.0", - "bevy_diagnostic 0.5.0", - "bevy_ecs 0.5.0", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_core_pipeline", + "bevy_derive", + "bevy_diagnostic", + "bevy_ecs", "bevy_gilrs", "bevy_gltf", - "bevy_input 0.5.0", - "bevy_log 0.5.0", - "bevy_math 0.5.0", - "bevy_pbr 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", - "bevy_scene 0.5.0", + "bevy_input", + "bevy_log", + "bevy_math", + "bevy_pbr", + "bevy_reflect", + "bevy_render", + "bevy_scene", "bevy_sprite", - "bevy_tasks 0.5.0", + "bevy_tasks", "bevy_text", - "bevy_transform 0.5.0", + "bevy_transform", "bevy_ui", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", + "bevy_utils", + "bevy_window", "bevy_winit", - "ndk-glue 0.5.0", -] - -[[package]] -name = "bevy_internal" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_asset 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_diagnostic 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_input 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_log 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_pbr 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_render 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_scene 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_tasks 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_transform 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_window 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "ndk-glue 0.5.0", + "ndk-glue", ] [[package]] @@ -585,22 +365,8 @@ name = "bevy_log" version = "0.5.0" dependencies = [ "android_log-sys", - "bevy_app 0.5.0", - "bevy_utils 0.5.0", - "console_error_panic_hook", - "tracing-log", - "tracing-subscriber", - "tracing-wasm", -] - -[[package]] -name = "bevy_log" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "android_log-sys", - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_utils", "console_error_panic_hook", "tracing-log", "tracing-subscriber", @@ -616,30 +382,11 @@ dependencies = [ "syn", ] -[[package]] -name = "bevy_macro_utils" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "cargo-manifest", - "quote", - "syn", -] - [[package]] name = "bevy_math" version = "0.5.0" dependencies = [ - "bevy_reflect 0.5.0", - "glam", -] - -[[package]] -name = "bevy_math" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_reflect", "glam", ] @@ -647,37 +394,17 @@ dependencies = [ name = "bevy_pbr" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_core_pipeline 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", - "bitflags", - "bytemuck", -] - -[[package]] -name = "bevy_pbr" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_asset 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core_pipeline 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_render 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_transform 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_window 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_core_pipeline", + "bevy_ecs", + "bevy_math", + "bevy_reflect", + "bevy_render", + "bevy_transform", + "bevy_utils", + "bevy_window", "bitflags", "bytemuck", ] @@ -686,24 +413,8 @@ dependencies = [ name = "bevy_reflect" version = "0.5.0" dependencies = [ - "bevy_reflect_derive 0.5.0", - "bevy_utils 0.5.0", - "downcast-rs", - "erased-serde", - "glam", - "parking_lot", - "serde", - "smallvec", - "thiserror", -] - -[[package]] -name = "bevy_reflect" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_reflect_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_reflect_derive", + "bevy_utils", "downcast-rs", "erased-serde", "glam", @@ -717,19 +428,7 @@ dependencies = [ name = "bevy_reflect_derive" version = "0.5.0" dependencies = [ - "bevy_macro_utils 0.5.0", - "proc-macro2", - "quote", - "syn", - "uuid", -] - -[[package]] -name = "bevy_reflect_derive" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_macro_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_macro_utils", "proc-macro2", "quote", "syn", @@ -741,51 +440,17 @@ name = "bevy_render" version = "0.5.0" dependencies = [ "anyhow", - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_crevice 0.5.0", - "bevy_derive 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", - "bitflags", - "codespan-reporting", - "downcast-rs", - "futures-lite", - "hex", - "hexasphere", - "image", - "naga", - "once_cell", - "parking_lot", - "regex", - "serde", - "smallvec", - "thiserror", - "wgpu", -] - -[[package]] -name = "bevy_render" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "anyhow", - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_asset 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_core 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_crevice 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_transform 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_window 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_crevice", + "bevy_derive", + "bevy_ecs", + "bevy_math", + "bevy_reflect", + "bevy_transform", + "bevy_utils", + "bevy_window", "bitflags", "codespan-reporting", "downcast-rs", @@ -808,30 +473,12 @@ name = "bevy_scene" version = "0.5.0" dependencies = [ "anyhow", - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_ecs 0.5.0", - "bevy_reflect 0.5.0", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", - "ron", - "serde", - "thiserror", - "uuid", -] - -[[package]] -name = "bevy_scene" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "anyhow", - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_asset 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_transform 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_asset", + "bevy_ecs", + "bevy_reflect", + "bevy_transform", + "bevy_utils", "ron", "serde", "thiserror", @@ -842,17 +489,17 @@ dependencies = [ name = "bevy_sprite" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_core_pipeline 0.5.0", - "bevy_ecs 0.5.0", - "bevy_log 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_core_pipeline", + "bevy_ecs", + "bevy_log", + "bevy_math", + "bevy_reflect", + "bevy_render", + "bevy_transform", + "bevy_utils", "bytemuck", "guillotiere", "rectangle-pack", @@ -872,36 +519,23 @@ dependencies = [ "wasm-bindgen-futures", ] -[[package]] -name = "bevy_tasks" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "async-channel", - "async-executor", - "event-listener", - "futures-lite", - "num_cpus", - "wasm-bindgen-futures", -] - [[package]] name = "bevy_text" version = "0.5.0" dependencies = [ "ab_glyph", "anyhow", - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_ecs", + "bevy_math", + "bevy_reflect", + "bevy_render", "bevy_sprite", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", + "bevy_transform", + "bevy_utils", + "bevy_window", "glyph_brush_layout", "serde", "thiserror", @@ -911,24 +545,11 @@ dependencies = [ name = "bevy_transform" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_ecs 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_utils 0.5.0", - "smallvec", -] - -[[package]] -name = "bevy_transform" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_ecs 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_reflect 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_ecs", + "bevy_math", + "bevy_reflect", + "bevy_utils", "smallvec", ] @@ -936,22 +557,22 @@ dependencies = [ name = "bevy_ui" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_asset 0.5.0", - "bevy_core 0.5.0", - "bevy_core_pipeline 0.5.0", - "bevy_derive 0.5.0", - "bevy_ecs 0.5.0", - "bevy_input 0.5.0", - "bevy_log 0.5.0", - "bevy_math 0.5.0", - "bevy_reflect 0.5.0", - "bevy_render 0.5.0", + "bevy_app", + "bevy_asset", + "bevy_core", + "bevy_core_pipeline", + "bevy_derive", + "bevy_ecs", + "bevy_input", + "bevy_log", + "bevy_math", + "bevy_reflect", + "bevy_render", "bevy_sprite", "bevy_text", - "bevy_transform 0.5.0", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", + "bevy_transform", + "bevy_utils", + "bevy_window", "bytemuck", "serde", "smallvec", @@ -963,20 +584,7 @@ name = "bevy_utils" version = "0.5.0" dependencies = [ "ahash", - "bevy_derive 0.5.0", - "getrandom", - "instant", - "tracing", - "uuid", -] - -[[package]] -name = "bevy_utils" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "ahash", - "bevy_derive 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_derive", "getrandom", "instant", "tracing", @@ -987,21 +595,9 @@ dependencies = [ name = "bevy_window" version = "0.5.0" dependencies = [ - "bevy_app 0.5.0", - "bevy_math 0.5.0", - "bevy_utils 0.5.0", - "raw-window-handle", - "web-sys", -] - -[[package]] -name = "bevy_window" -version = "0.5.0" -source = "git+https://github.com/bevyengine/bevy.git#a1e3c5c1001b06d23195cd94c8ae7b524c992c4c" -dependencies = [ - "bevy_app 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_math 0.5.0 (git+https://github.com/bevyengine/bevy.git)", - "bevy_utils 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy_app", + "bevy_math", + "bevy_utils", "raw-window-handle", "web-sys", ] @@ -1011,37 +607,18 @@ name = "bevy_winit" version = "0.5.0" dependencies = [ "approx", - "bevy_app 0.5.0", - "bevy_ecs 0.5.0", - "bevy_input 0.5.0", - "bevy_math 0.5.0", - "bevy_utils 0.5.0", - "bevy_window 0.5.0", + "bevy_app", + "bevy_ecs", + "bevy_input", + "bevy_math", + "bevy_utils", + "bevy_window", "raw-window-handle", "wasm-bindgen", "web-sys", "winit", ] -[[package]] -name = "bindgen" -version = "0.56.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239" -dependencies = [ - "bitflags", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", -] - [[package]] name = "bit-set" version = "0.5.2" @@ -1071,9 +648,9 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "bumpalo" -version = "3.8.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" +checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" [[package]] name = "bytemuck" @@ -1101,12 +678,6 @@ version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" -[[package]] -name = "bytes" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" - [[package]] name = "cache-padded" version = "1.2.0" @@ -1129,24 +700,6 @@ name = "cc" version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" -dependencies = [ - "jobserver", -] - -[[package]] -name = "cesu8" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - -[[package]] -name = "cexpr" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" -dependencies = [ - "nom", -] [[package]] name = "cfg-if" @@ -1166,17 +719,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" -[[package]] -name = "clang-sys" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90" -dependencies = [ - "glob", - "libc", - "libloading", -] - [[package]] name = "cocoa" version = "0.24.0" @@ -1224,16 +766,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" -[[package]] -name = "combine" -version = "4.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b2f5d0ee456f3928812dfc8c6d9a1d592b98678f6d56db9b0cd2b7bc6c8db5" -dependencies = [ - "bytes", - "memchr", -] - [[package]] name = "concurrent-queue" version = "1.2.2" @@ -1357,51 +889,6 @@ dependencies = [ "objc", ] -[[package]] -name = "coreaudio-rs" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88" -dependencies = [ - "bitflags", - "coreaudio-sys", -] - -[[package]] -name = "coreaudio-sys" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa" -dependencies = [ - "bindgen", -] - -[[package]] -name = "cpal" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98f45f0a21f617cd2c788889ef710b63f075c949259593ea09c826f1e47a2418" -dependencies = [ - "alsa", - "core-foundation-sys 0.8.3", - "coreaudio-rs", - "jni", - "js-sys", - "lazy_static", - "libc", - "mach 0.3.2", - "ndk 0.3.0", - "ndk-glue 0.3.0", - "nix 0.20.0", - "oboe", - "parking_lot", - "stdweb 0.1.3", - "thiserror", - "wasm-bindgen", - "web-sys", - "winapi", -] - [[package]] name = "crc32fast" version = "1.3.0" @@ -1489,7 +976,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" name = "cyber_rider" version = "0.1.0" dependencies = [ - "bevy 0.5.0", + "bevy", "heron", ] @@ -1504,38 +991,14 @@ dependencies = [ "winapi", ] -[[package]] -name = "darling" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" -dependencies = [ - "darling_core 0.10.2", - "darling_macro 0.10.2", -] - [[package]] name = "darling" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4" dependencies = [ - "darling_core 0.13.1", - "darling_macro 0.13.1", -] - -[[package]] -name = "darling_core" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim 0.9.3", - "syn", + "darling_core", + "darling_macro", ] [[package]] @@ -1548,18 +1011,7 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "strsim 0.10.0", - "syn", -] - -[[package]] -name = "darling_macro" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" -dependencies = [ - "darling_core 0.10.2", - "quote", + "strsim", "syn", ] @@ -1569,7 +1021,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b" dependencies = [ - "darling_core 0.13.1", + "darling_core", "quote", "syn", ] @@ -1661,18 +1113,6 @@ dependencies = [ "instant", ] -[[package]] -name = "filetime" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "redox_syscall", - "winapi", -] - [[package]] name = "fixedbitset" version = "0.4.1" @@ -1700,15 +1140,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -[[package]] -name = "fsevent-sys" -version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a" -dependencies = [ - "libc", -] - [[package]] name = "futures-core" version = "0.3.19" @@ -1783,9 +1214,9 @@ dependencies = [ "libc", "libudev-sys", "log", - "nix 0.23.1", + "nix", "rusty-xinput", - "stdweb 0.4.20", + "stdweb", "uuid", "vec_map", "web-sys", @@ -1803,12 +1234,6 @@ dependencies = [ "serde", ] -[[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - [[package]] name = "glow" version = "0.11.2" @@ -1947,7 +1372,7 @@ dependencies = [ name = "heron" version = "0.12.1" dependencies = [ - "bevy 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy", "cfg_aliases", "heron_core", "heron_macros", @@ -1958,7 +1383,7 @@ dependencies = [ name = "heron_core" version = "0.12.1" dependencies = [ - "bevy 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy", "cfg_aliases", "duplicate", ] @@ -1976,7 +1401,7 @@ dependencies = [ name = "heron_rapier" version = "0.12.1" dependencies = [ - "bevy 0.5.0 (git+https://github.com/bevyengine/bevy.git)", + "bevy", "cfg_aliases", "crossbeam", "fnv", @@ -2044,26 +1469,6 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" -[[package]] -name = "inotify" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" -dependencies = [ - "bitflags", - "inotify-sys", - "libc", -] - -[[package]] -name = "inotify-sys" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" -dependencies = [ - "libc", -] - [[package]] name = "inplace_it" version = "0.3.3" @@ -2089,7 +1494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f21dcc74995dd4cd090b147e79789f8d65959cbfb5f0b118002db869ea3bd0a0" dependencies = [ "core-foundation-sys 0.6.2", - "mach 0.2.3", + "mach", ] [[package]] @@ -2098,35 +1503,12 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" -[[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" -dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", -] - [[package]] name = "jni-sys" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" -[[package]] -name = "jobserver" -version = "0.1.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" -dependencies = [ - "libc", -] - [[package]] name = "js-sys" version = "0.3.55" @@ -2146,49 +1528,12 @@ dependencies = [ "libloading", ] -[[package]] -name = "kqueue" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "058a107a784f8be94c7d35c1300f4facced2e93d2fbe5b1452b44e905ddca4a9" -dependencies = [ - "kqueue-sys", - "libc", -] - -[[package]] -name = "kqueue-sys" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" -dependencies = [ - "bitflags", - "libc", -] - [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - -[[package]] -name = "lewton" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030" -dependencies = [ - "byteorder", - "ogg", - "tinyvec", -] - [[package]] name = "libc" version = "0.2.112" @@ -2248,15 +1593,6 @@ dependencies = [ "libc", ] -[[package]] -name = "mach" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" -dependencies = [ - "libc", -] - [[package]] name = "malloc_buf" version = "0.0.6" @@ -2328,19 +1664,6 @@ version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "162e591484b4b8fe9e1ca16ebf07ab584fdc3334508d76a788cd54d89cfc20dc" -[[package]] -name = "mio" -version = "0.7.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" -dependencies = [ - "libc", - "log", - "miow", - "ntapi", - "winapi", -] - [[package]] name = "mio" version = "0.8.0" @@ -2410,31 +1733,6 @@ dependencies = [ "syn", ] -[[package]] -name = "ndk" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab" -dependencies = [ - "jni-sys", - "ndk-sys", - "num_enum", - "thiserror", -] - -[[package]] -name = "ndk" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c" -dependencies = [ - "bitflags", - "jni-sys", - "ndk-sys", - "num_enum", - "thiserror", -] - [[package]] name = "ndk" version = "0.5.0" @@ -2448,34 +1746,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "ndk-glue" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385" -dependencies = [ - "lazy_static", - "libc", - "log", - "ndk 0.3.0", - "ndk-macro 0.2.0", - "ndk-sys", -] - -[[package]] -name = "ndk-glue" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420" -dependencies = [ - "lazy_static", - "libc", - "log", - "ndk 0.4.0", - "ndk-macro 0.2.0", - "ndk-sys", -] - [[package]] name = "ndk-glue" version = "0.5.0" @@ -2486,32 +1756,19 @@ dependencies = [ "lazy_static", "libc", "log", - "ndk 0.5.0", - "ndk-macro 0.3.0", + "ndk", + "ndk-macro", "ndk-sys", ] -[[package]] -name = "ndk-macro" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d" -dependencies = [ - "darling 0.10.2", - "proc-macro-crate 0.1.5", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "ndk-macro" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" dependencies = [ - "darling 0.13.1", - "proc-macro-crate 1.1.0", + "darling", + "proc-macro-crate", "proc-macro2", "quote", "syn", @@ -2523,18 +1780,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121" -[[package]] -name = "nix" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" -dependencies = [ - "bitflags", - "cc", - "cfg-if 1.0.0", - "libc", -] - [[package]] name = "nix" version = "0.23.1" @@ -2548,34 +1793,6 @@ dependencies = [ "memoffset", ] -[[package]] -name = "nom" -version = "5.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" -dependencies = [ - "memchr", - "version_check", -] - -[[package]] -name = "notify" -version = "5.0.0-pre.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c614e7ed2b1cf82ec99aeffd8cf6225ef5021b9951148eb161393c394855032c" -dependencies = [ - "bitflags", - "crossbeam-channel", - "filetime", - "fsevent-sys", - "inotify", - "kqueue", - "libc", - "mio 0.7.14", - "walkdir", - "winapi", -] - [[package]] name = "ntapi" version = "0.3.6" @@ -2682,7 +1899,7 @@ version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21" dependencies = [ - "proc-macro-crate 1.1.0", + "proc-macro-crate", "proc-macro2", "quote", "syn", @@ -2707,38 +1924,6 @@ dependencies = [ "cc", ] -[[package]] -name = "oboe" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e15e22bc67e047fe342a32ecba55f555e3be6166b04dd157cd0f803dfa9f48e1" -dependencies = [ - "jni", - "ndk 0.4.0", - "ndk-glue 0.4.0", - "num-derive", - "num-traits", - "oboe-sys", -] - -[[package]] -name = "oboe-sys" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "338142ae5ab0aaedc8275aa8f67f460e43ae0fca76a695a742d56da0a269eadc" -dependencies = [ - "cc", -] - -[[package]] -name = "ogg" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e" -dependencies = [ - "byteorder", -] - [[package]] name = "once_cell" version = "1.9.0" @@ -2810,12 +1995,6 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5" -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "percent-encoding" version = "2.1.0" @@ -2871,15 +2050,6 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" -[[package]] -name = "proc-macro-crate" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" -dependencies = [ - "toml", -] - [[package]] name = "proc-macro-crate" version = "1.1.0" @@ -3067,16 +2237,6 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" -[[package]] -name = "rodio" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9" -dependencies = [ - "cpal", - "lewton", -] - [[package]] name = "ron" version = "0.7.0" @@ -3129,15 +2289,6 @@ dependencies = [ "bytemuck", ] -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - [[package]] name = "scoped_threadpool" version = "0.1.9" @@ -3211,12 +2362,6 @@ dependencies = [ "lazy_static", ] -[[package]] -name = "shlex" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" - [[package]] name = "simba" version = "0.6.0" @@ -3264,12 +2409,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "stdweb" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e" - [[package]] name = "stdweb" version = "0.4.20" @@ -3331,12 +2470,6 @@ dependencies = [ "libm", ] -[[package]] -name = "strsim" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" - [[package]] name = "strsim" version = "0.10.0" @@ -3351,9 +2484,9 @@ checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" [[package]] name = "syn" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b" +checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" dependencies = [ "proc-macro2", "quote", @@ -3398,21 +2531,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "tinyvec" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" - [[package]] name = "toml" version = "0.5.8" @@ -3553,17 +2671,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" -[[package]] -name = "walkdir" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" -dependencies = [ - "same-file", - "winapi", - "winapi-util", -] - [[package]] name = "wasi" version = "0.10.2+wasi-snapshot-preview1" @@ -3780,12 +2887,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winit" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70466a5f4825cc88c92963591b06dbc255420bffe19d847bfcda475e82d079c0" +checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a" dependencies = [ "bitflags", - "block", "cocoa", "core-foundation 0.9.2", "core-graphics 0.22.3", @@ -3795,9 +2901,9 @@ dependencies = [ "lazy_static", "libc", "log", - "mio 0.8.0", - "ndk 0.5.0", - "ndk-glue 0.5.0", + "mio", + "ndk", + "ndk-glue", "ndk-sys", "objc", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 9e81e6d..2e8393f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,25 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] +[dependencies.bevy] +path = "../bevy/" +default-features = false +features = [ + "bevy_gilrs", + "bevy_winit", + "render", + "png", + "hdr", + "x11", +] + +[dependencies.heron] +path = "../heron/" +features = ["3d"] + +[patch.crates-io] +bevy = { path = "../bevy/" } +heron = { path = "../heron/" } + +[patch."https://github.com/bevyengine/bevy"] bevy = { path = "../bevy/" } -heron = { path = "../heron/", features = ["3d"] } -# bevy-inspector-egui = "0.6.1"