From f4327638ec8d959c7cffb7a5a492d80bd7d33df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 15 Mar 2023 23:47:20 +0100 Subject: [PATCH] prepare next release --- Cargo.lock | 166 ++++++++++++++++++++++++++++------------------------- Cargo.toml | 2 +- 2 files changed, 88 insertions(+), 80 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dc0f03..5acedd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "accesskit_macos" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc50af17818440f580a894536c4c5a95ff9e4bad59f19ee68757ca959d001813" +checksum = "58d062544d6cc36f4213323b7cb3a0d74ddff4b0d2311ab5e7596f4278bb2cc9" dependencies = [ "accesskit", "accesskit_consumer", @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "accesskit_winit" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eb880d83a5502edd311bdb3af1cf7113b250c9c2d92fbdd05342c7b9f38bf51" +checksum = "fbcb615217efc79c4bed3094c4ca76c4bc554751d1da16f3ed4ba0459b1e8f31" dependencies = [ "accesskit", "accesskit_macos", @@ -267,14 +267,14 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "bevy" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_internal", ] [[package]] name = "bevy_3d_playground" -version = "0.1.1" +version = "0.1.3" dependencies = [ "bevy", "smooth-bevy-cameras", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "bevy_a11y" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "accesskit", "bevy_app", @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "bevy_animation" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_asset", @@ -311,7 +311,7 @@ dependencies = [ [[package]] name = "bevy_app" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_derive", "bevy_ecs", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "bevy_asset" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "anyhow", "bevy_app", @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "bevy_audio" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "anyhow", "bevy_app", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "bevy_core" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "bevy_core_pipeline" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_asset", @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "bevy_derive" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_macro_utils", "quote", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "bevy_diagnostic" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_core", @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "bevy_ecs" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "async-channel", "bevy_ecs_macros", @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "bevy_ecs_macros" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_macro_utils", "proc-macro2", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "bevy_encase_derive" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_macro_utils", "encase_derive_impl", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "bevy_gilrs" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "bevy_gltf" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "anyhow", "base64", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "bevy_hierarchy" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_core", @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "bevy_input" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "bevy_internal" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_a11y", "bevy_animation", @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "bevy_log" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "android_log-sys", "bevy_app", @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "bevy_macro_utils" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "quote", "syn", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "bevy_math" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "glam", "serde", @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "bevy_mikktspace" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "glam", ] @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "bevy_pbr" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_asset", @@ -633,12 +633,12 @@ dependencies = [ [[package]] name = "bevy_ptr" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" [[package]] name = "bevy_reflect" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_math", "bevy_ptr", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "bevy_reflect_derive" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_macro_utils", "bit-set", @@ -670,7 +670,7 @@ dependencies = [ [[package]] name = "bevy_render" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "anyhow", "async-channel", @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "bevy_render_macros" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_macro_utils", "proc-macro2", @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "bevy_scene" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "anyhow", "bevy_app", @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "bevy_sprite" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_asset", @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "bevy_tasks" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "async-channel", "async-executor", @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "bevy_text" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "ab_glyph", "anyhow", @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "bevy_time" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -820,7 +820,7 @@ dependencies = [ [[package]] name = "bevy_transform" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -832,7 +832,7 @@ dependencies = [ [[package]] name = "bevy_ui" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_a11y", "bevy_app", @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "bevy_utils" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "ahash", "bevy_utils_proc_macros", @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "bevy_utils_proc_macros" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "proc-macro2", "quote", @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "bevy_window" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "bevy_app", "bevy_ecs", @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "bevy_winit" version = "0.11.0-dev" -source = "git+https://github.com/mockersf/bevy/?branch=root-translation#f1893e3606f0ba6f715e3dea96689da33629b5a4" +source = "git+https://github.com/mockersf/bevy/?branch=root-translation#4b482eb533c3425e6d87e172f80abc24adce6491" dependencies = [ "accesskit_winit", "approx", @@ -1199,9 +1199,9 @@ dependencies = [ [[package]] name = "cpal" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34fa7b20adf588f73f094cd9b1d944977c686e37a2759ea217ab174f017e10a" +checksum = "f1241019dec4a73f874bdf6fe3467a8478b47cecaf79435f7acb01f107ab41b1" dependencies = [ "alsa", "core-foundation-sys 0.8.3", @@ -1210,13 +1210,12 @@ dependencies = [ "jni 0.19.0", "js-sys", "libc", - "mach", + "mach2", "ndk", "ndk-context", "oboe", "once_cell", "parking_lot", - "thiserror", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -1924,6 +1923,15 @@ dependencies = [ "libc", ] +[[package]] +name = "mach2" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" +dependencies = [ + "libc", +] + [[package]] name = "malloc_buf" version = "0.0.6" @@ -2408,9 +2416,9 @@ checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df" [[package]] name = "quote" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5308e8208729c3e1504a6cfad0d5daacc4614c9a2e65d1ea312a34b5cb00fe84" +checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" dependencies = [ "proc-macro2", ] @@ -2450,9 +2458,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb02a9aee8e8c7ad8d86890f1e16b49e0bbbffc9961ff3788c31d57c98bcbf03" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ "bitflags", ] @@ -2561,18 +2569,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" +checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" +checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" dependencies = [ "proc-macro2", "quote", @@ -2690,9 +2698,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee314c07429e51c4770287734f62d23bb27cb9e941823f969b57f50171079ee" +checksum = "95c7042a25e07815a16fcf3586602b52b1bc9358165a53ab4dd580b26188b384" dependencies = [ "arrayvec", "num-traits", @@ -2761,9 +2769,9 @@ checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" [[package]] name = "toml_edit" -version = "0.19.5" +version = "0.19.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" +checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" dependencies = [ "indexmap", "toml_datetime", @@ -3232,9 +3240,9 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" dependencies = [ "windows_aarch64_gnullvm", "windows_aarch64_msvc", @@ -3247,45 +3255,45 @@ dependencies = [ [[package]] name = "windows_aarch64_gnullvm" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_msvc" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_i686_gnu" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_msvc" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_x86_64_gnu" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnullvm" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_msvc" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winit" @@ -3309,7 +3317,7 @@ dependencies = [ "orbclient", "percent-encoding", "raw-window-handle", - "redox_syscall 0.3.4", + "redox_syscall 0.3.5", "wasm-bindgen", "wayland-scanner", "web-sys", @@ -3319,9 +3327,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f" +checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a0d3d9b..2a706ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_3d_playground" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies]