diff --git a/Cargo.lock b/Cargo.lock index dd44af08bb..0004bd7b18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "ambient" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_animation", "ambient_app", @@ -181,7 +181,7 @@ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" [[package]] name = "ambient_animation" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "ambient_api_core" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api_macros", "ambient_package_rt", @@ -219,7 +219,7 @@ dependencies = [ [[package]] name = "ambient_api_macros" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package_macro_common", "anyhow", @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "ambient_app" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_animation", "ambient_cameras", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "ambient_asset_cache" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_sys", "as-any", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "ambient_asset_timeline" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "ambient_audio" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "ambient_sys", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "ambient_build" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_asset_cache", "ambient_core", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "ambient_cameras" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "ambient_cb" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [[package]] name = "ambient_client_shared" @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "ambient_cloud_client" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_asset_cache", "ambient_native_std", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "ambient_color" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam 0.24.1", "hex", @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "ambient_core" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_ecs", "ambient_gpu", @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "ambient_curve" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "glam 0.24.1", @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "ambient_debugger" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -507,7 +507,7 @@ dependencies = [ [[package]] name = "ambient_decals" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_asset_cache", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "ambient_deploy" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "ambient_package", @@ -547,7 +547,7 @@ dependencies = [ [[package]] name = "ambient_ecs" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "ambient_package_macro_common", @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "ambient_ecs_editor" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "ambient_editor" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_decals", @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "ambient_editor_derive" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_ui_native", "pretty_assertions", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "ambient_element" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cb", "ambient_core", @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "ambient_element_component" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "proc-macro2", @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "ambient_focus" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_ecs", "winit", @@ -696,18 +696,18 @@ dependencies = [ [[package]] name = "ambient_friendly_id" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "rand 0.8.5", ] [[package]] name = "ambient_git_rev" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [[package]] name = "ambient_gizmos" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "ambient_gpu" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "aho-corasick", "ambient_native_std", @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "ambient_gpu_ecs" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "ambient_guest_bridge" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api_core", "ambient_core", @@ -801,7 +801,7 @@ dependencies = [ [[package]] name = "ambient_input" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "ambient_intent" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_ecs", "ambient_element", @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "ambient_layout" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "ambient_math" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam 0.24.1", "rand 0.8.5", @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "ambient_meshes" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_gpu", "ambient_native_std", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "ambient_model" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "ambient_model_import" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_animation", "ambient_app", @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "ambient_native_std" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_asset_cache", "ambient_cb", @@ -977,7 +977,7 @@ dependencies = [ [[package]] name = "ambient_naturals" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "ambient_network" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_core", @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "ambient_package" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_shared_types", "chrono", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "ambient_package_macro_common" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package", "ambient_package_semantic", @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "ambient_package_rt" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_shared_types", "byteorder", @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package", "ambient_schema", @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic_native" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cb", "ambient_core", @@ -1149,7 +1149,7 @@ dependencies = [ [[package]] name = "ambient_physics" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -1181,7 +1181,7 @@ dependencies = [ [[package]] name = "ambient_pipeline_types" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam 0.24.1", "serde", @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "ambient_prefab" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_decals", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "ambient_primitives" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1222,7 +1222,7 @@ dependencies = [ [[package]] name = "ambient_procedurals" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "ambient_rect" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1279,7 +1279,7 @@ dependencies = [ [[package]] name = "ambient_renderer" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "ambient_rpc" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "bincode", "futures", @@ -1330,7 +1330,7 @@ dependencies = [ [[package]] name = "ambient_rustc" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "anyhow", "is-terminal", @@ -1340,11 +1340,11 @@ dependencies = [ [[package]] name = "ambient_schema" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [[package]] name = "ambient_settings" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "anyhow", @@ -1359,7 +1359,7 @@ dependencies = [ [[package]] name = "ambient_shared_types" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "bitflags 1.3.2", "paste", @@ -1371,7 +1371,7 @@ dependencies = [ [[package]] name = "ambient_sky" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cameras", "ambient_core", @@ -1393,7 +1393,7 @@ dependencies = [ [[package]] name = "ambient_std" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "thiserror", @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "ambient_sys" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "anyhow", "arboard", @@ -1429,7 +1429,7 @@ dependencies = [ [[package]] name = "ambient_terrain" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_core", @@ -1466,7 +1466,7 @@ dependencies = [ [[package]] name = "ambient_text" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "ambient_time" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "thiserror", @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "ambient_ui" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cb", "ambient_color", @@ -1515,7 +1515,7 @@ dependencies = [ [[package]] name = "ambient_ui_native" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_cameras", @@ -1550,7 +1550,7 @@ dependencies = [ [[package]] name = "ambient_unity_parser" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_native_std", "anyhow", @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "ambient_wasm" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "ambient_water" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_core", "ambient_ecs", @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "ambient_world_audio" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_app", "ambient_audio", @@ -2191,7 +2191,7 @@ dependencies = [ [[package]] name = "campfire" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "anyhow", "cargo_toml", @@ -5991,7 +5991,7 @@ dependencies = [ [[package]] name = "physxx" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "as-any", "bitflags 1.3.2", diff --git a/Cargo.toml b/Cargo.toml index e13b924eea..a7b8835f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/*", "libs/*", "shared_crates/*", "app", "campfire"] resolver = "2" [workspace.package] -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" rust-version = "1.70.0" [workspace.dependencies] diff --git a/crates/animation/Cargo.toml b/crates/animation/Cargo.toml index 19c177633a..2ebb3a2e36 100644 --- a/crates/animation/Cargo.toml +++ b/crates/animation/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_model = { path = "../model" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } +ambient_model = { path = "../model" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } ordered-float = { workspace = true } serde = { workspace = true } diff --git a/crates/app/Cargo.toml b/crates/app/Cargo.toml index 029492e7c0..65e434a93f 100644 --- a/crates/app/Cargo.toml +++ b/crates/app/Cargo.toml @@ -10,24 +10,24 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_gizmos = { path = "../gizmos" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_ui_native = { path = "../ui_native" , version = "0.3.0-dev" } -ambient_focus = { path = "../focus" , version = "0.3.0-dev" } -ambient_input = { path = "../input" , version = "0.3.0-dev" } -ambient_model = { path = "../model" , version = "0.3.0-dev" } -ambient_animation = { path = "../animation" , version = "0.3.0-dev" } -ambient_procedurals = { path = "../procedurals" , version = "0.3.0-dev" } -ambient_settings = { path = "../settings" , version = "0.3.0-dev" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_gizmos = { path = "../gizmos" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_cameras = { path = "../cameras" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_ui_native = { path = "../ui_native" , version = "0.3.0-nightly-2023-09-22" } +ambient_focus = { path = "../focus" , version = "0.3.0-nightly-2023-09-22" } +ambient_input = { path = "../input" , version = "0.3.0-nightly-2023-09-22" } +ambient_model = { path = "../model" , version = "0.3.0-nightly-2023-09-22" } +ambient_animation = { path = "../animation" , version = "0.3.0-nightly-2023-09-22" } +ambient_procedurals = { path = "../procedurals" , version = "0.3.0-nightly-2023-09-22" } +ambient_settings = { path = "../settings" , version = "0.3.0-nightly-2023-09-22" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } winit = { workspace = true } flume = { workspace = true } diff --git a/crates/asset_cache/Cargo.toml b/crates/asset_cache/Cargo.toml index 8214d40b9a..4fb516a806 100644 --- a/crates/asset_cache/Cargo.toml +++ b/crates/asset_cache/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } serde = { workspace = true } as-any = { workspace = true } async-trait = { workspace = true } diff --git a/crates/audio/Cargo.toml b/crates/audio/Cargo.toml index 21088b5e29..95d3a83f4f 100644 --- a/crates/audio/Cargo.toml +++ b/crates/audio/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys", version = "0.3.0-dev" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } flume = { workspace = true } derive_more = { workspace = true } log = { workspace = true } @@ -27,11 +27,11 @@ ordered-float = { workspace = true } dashmap = { workspace = true } derivative = { workspace = true } -ambient_ui_native = { path = "../ui_native" , version = "0.3.0-dev" } +ambient_ui_native = { path = "../ui_native" , version = "0.3.0-nightly-2023-09-22" } cpal = "0.14.2" lewton = "0.10.2" hound = "3.5.0" -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } serde = { workspace = true, features = ["derive"] } circular-queue = "0.2" diff --git a/crates/cameras/Cargo.toml b/crates/cameras/Cargo.toml index 981accc21f..ddf50098b9 100644 --- a/crates/cameras/Cargo.toml +++ b/crates/cameras/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } winit = { workspace = true } derive_more = { workspace = true } glam = { workspace = true } diff --git a/crates/client_shared/Cargo.toml b/crates/client_shared/Cargo.toml index 8228bef493..9b2d5f7b3d 100644 --- a/crates/client_shared/Cargo.toml +++ b/crates/client_shared/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } -ambient_input = { path = "../input" , version = "0.3.0-dev" } -ambient_network = { path = "../network/" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types/" , version = "0.3.0-dev" } -ambient_ui_native = { path = "../ui_native/" , version = "0.3.0-dev" } -ambient_layout = { path = "../layout/" , version = "0.3.0-dev" } -ambient_debugger = { path = "../debugger/" , version = "0.3.0-dev" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } +ambient_input = { path = "../input" , version = "0.3.0-nightly-2023-09-22" } +ambient_network = { path = "../network/" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types/" , version = "0.3.0-nightly-2023-09-22" } +ambient_ui_native = { path = "../ui_native/" , version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../layout/" , version = "0.3.0-nightly-2023-09-22" } +ambient_debugger = { path = "../debugger/" , version = "0.3.0-nightly-2023-09-22" } -ambient_ecs_editor = { path = "../ecs_editor/" , version = "0.3.0-dev" } +ambient_ecs_editor = { path = "../ecs_editor/" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } diff --git a/crates/cloud_client/Cargo.toml b/crates/cloud_client/Cargo.toml index 91ef3ba330..87fc444e48 100644 --- a/crates/cloud_client/Cargo.toml +++ b/crates/cloud_client/Cargo.toml @@ -10,9 +10,9 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_asset_cache = { path = "../asset_cache/", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_sys = { path = "../sys", version = "0.3.0-dev" } +ambient_asset_cache = { path = "../asset_cache/", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } log = { workspace = true } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 92e4d8d837..469fae6a80 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -10,11 +10,11 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-nightly-2023-09-22" } itertools = { workspace = true } yaml-rust = { workspace = true } diff --git a/crates/debugger/Cargo.toml b/crates/debugger/Cargo.toml index 74cf155af1..2100b22ef1 100644 --- a/crates/debugger/Cargo.toml +++ b/crates/debugger/Cargo.toml @@ -8,21 +8,21 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies] -ambient_ui_native = { path = "../ui_native", version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } -ambient_gizmos = { path = "../gizmos", version = "0.3.0-dev" } -ambient_rpc = { path = "../rpc", version = "0.3.0-dev" } -ambient_network = { path = "../network", version = "0.3.0-dev" } -ambient_sys = { path = "../sys", version = "0.3.0-dev" } +ambient_ui_native = { path = "../ui_native", version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } +ambient_gizmos = { path = "../gizmos", version = "0.3.0-nightly-2023-09-22" } +ambient_rpc = { path = "../rpc", version = "0.3.0-nightly-2023-09-22" } +ambient_network = { path = "../network", version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } -ambient_std = { path = "../../shared_crates/std", version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element", version = "0.3.0-dev" } +ambient_std = { path = "../../shared_crates/std", version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element", version = "0.3.0-nightly-2023-09-22" } ambient_shared_types = { path = "../../shared_crates/shared_types", features = [ "native", -], version = "0.3.0-dev" } +], version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } wgpu = { workspace = true } diff --git a/crates/decals/Cargo.toml b/crates/decals/Cargo.toml index 2b118847ec..fb9760c467 100644 --- a/crates/decals/Cargo.toml +++ b/crates/decals/Cargo.toml @@ -10,14 +10,14 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_asset_cache = { path = "../asset_cache" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } +ambient_asset_cache = { path = "../asset_cache" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } log = { workspace = true } glam = { workspace = true } diff --git a/crates/deploy/Cargo.toml b/crates/deploy/Cargo.toml index d93f4bf2c8..b05b242a69 100644 --- a/crates/deploy/Cargo.toml +++ b/crates/deploy/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_package = { path = "../../shared_crates/package" , version = "0.3.0-dev" } -ambient_std = { path = "../../shared_crates/std" , version = "0.3.0-dev" } -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_package = { path = "../../shared_crates/package" , version = "0.3.0-nightly-2023-09-22" } +ambient_std = { path = "../../shared_crates/std" , version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } flume = { workspace = true } diff --git a/crates/ecs/Cargo.toml b/crates/ecs/Cargo.toml index c8d319cdc1..bf210e2856 100644 --- a/crates/ecs/Cargo.toml +++ b/crates/ecs/Cargo.toml @@ -11,10 +11,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-dev" } -ambient_package_rt = { path = "../../shared_crates/package_rt" , version = "0.3.0-dev" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-nightly-2023-09-22" } +ambient_package_rt = { path = "../../shared_crates/package_rt" , version = "0.3.0-nightly-2023-09-22" } itertools = { workspace = true } serde = { workspace = true } diff --git a/crates/ecs_editor/Cargo.toml b/crates/ecs_editor/Cargo.toml index 2626a1f1a3..d01401128b 100644 --- a/crates/ecs_editor/Cargo.toml +++ b/crates/ecs_editor/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ui_native = { path = "../ui_native" , version = "0.3.0-dev" } -ambient_layout = { path = "../layout" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ui_native = { path = "../ui_native" , version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../layout" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } env_logger = { workspace = true } itertools = { workspace = true } glam = { workspace = true } diff --git a/crates/focus/Cargo.toml b/crates/focus/Cargo.toml index 29be1c9bd5..db9b5c5690 100644 --- a/crates/focus/Cargo.toml +++ b/crates/focus/Cargo.toml @@ -7,5 +7,5 @@ rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } winit = { workspace = true } diff --git a/crates/gizmos/Cargo.toml b/crates/gizmos/Cargo.toml index 9a65196b93..c9d43ac654 100644 --- a/crates/gizmos/Cargo.toml +++ b/crates/gizmos/Cargo.toml @@ -10,12 +10,12 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } dashmap = { workspace = true } glam = { workspace = true } bytemuck = { workspace = true } diff --git a/crates/gpu/Cargo.toml b/crates/gpu/Cargo.toml index e60bb0f25e..1712c3c72c 100644 --- a/crates/gpu/Cargo.toml +++ b/crates/gpu/Cargo.toml @@ -11,11 +11,11 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_settings = { path = "../settings", version = "0.3.0-dev" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_settings = { path = "../settings", version = "0.3.0-nightly-2023-09-22" } -ambient_std = { path = "../../shared_crates/std", version = "0.3.0-dev" } +ambient_std = { path = "../../shared_crates/std", version = "0.3.0-nightly-2023-09-22" } aho-corasick = { workspace = true } bytemuck = { workspace = true } diff --git a/crates/gpu_ecs/Cargo.toml b/crates/gpu_ecs/Cargo.toml index 2aea42b5a4..ffaee9598e 100644 --- a/crates/gpu_ecs/Cargo.toml +++ b/crates/gpu_ecs/Cargo.toml @@ -7,9 +7,9 @@ rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } derive_more = { workspace = true } glam = { workspace = true } itertools = { workspace = true } diff --git a/crates/input/Cargo.toml b/crates/input/Cargo.toml index bd995aae75..362e4e1f40 100644 --- a/crates/input/Cargo.toml +++ b/crates/input/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-nightly-2023-09-22" } winit = { workspace = true } glam = { workspace = true } serde = { workspace = true } diff --git a/crates/layout/Cargo.toml b/crates/layout/Cargo.toml index 3aa261713a..025c86d28a 100644 --- a/crates/layout/Cargo.toml +++ b/crates/layout/Cargo.toml @@ -10,11 +10,11 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_input = { path = "../input" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_input = { path = "../input" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } itertools = { workspace = true } log = { workspace = true } diff --git a/crates/meshes/Cargo.toml b/crates/meshes/Cargo.toml index 2cc5d5b836..9dac3aeb3b 100644 --- a/crates/meshes/Cargo.toml +++ b/crates/meshes/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } serde = { workspace = true } diff --git a/crates/model/Cargo.toml b/crates/model/Cargo.toml index 60c3e46c33..2ccdbbb76c 100644 --- a/crates/model/Cargo.toml +++ b/crates/model/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } futures = { workspace = true } glam = { workspace = true } itertools = { workspace = true } diff --git a/crates/model_import/Cargo.toml b/crates/model_import/Cargo.toml index 7b3cc9f55c..439a0ded0c 100644 --- a/crates/model_import/Cargo.toml +++ b/crates/model_import/Cargo.toml @@ -10,17 +10,17 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu", version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.0-dev" } -ambient_physics = { path = "../physics", version = "0.3.0-dev" } -ambient_model = { path = "../model", version = "0.3.0-dev" } -ambient_animation = { path = "../animation", version = "0.3.0-dev" } -ambient_pipeline_types = { path = "../pipeline_types", version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu", version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer", version = "0.3.0-nightly-2023-09-22" } +ambient_physics = { path = "../physics", version = "0.3.0-nightly-2023-09-22" } +ambient_model = { path = "../model", version = "0.3.0-nightly-2023-09-22" } +ambient_animation = { path = "../animation", version = "0.3.0-nightly-2023-09-22" } +ambient_pipeline_types = { path = "../pipeline_types", version = "0.3.0-nightly-2023-09-22" } -physxx = { path = "../../libs/physxx", version = "0.3.0-dev" } +physxx = { path = "../../libs/physxx", version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } env_logger = { workspace = true } gltf = { workspace = true } diff --git a/crates/native_std/Cargo.toml b/crates/native_std/Cargo.toml index 17e1ead5aa..05e332fd29 100644 --- a/crates/native_std/Cargo.toml +++ b/crates/native_std/Cargo.toml @@ -10,16 +10,16 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_asset_cache = { path = "../asset_cache/", optional = true, version = "0.3.0-dev" } -ambient_sys = { path = "../sys", version = "0.3.0-dev" } -ambient_git_rev = { path = "../git_rev", version = "0.3.0-dev" } +ambient_asset_cache = { path = "../asset_cache/", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } +ambient_git_rev = { path = "../git_rev", version = "0.3.0-nightly-2023-09-22" } -ambient_cb = { path = "../../libs/cb", version = "0.3.0-dev" } -ambient_color = { path = "../../libs/color", version = "0.3.0-dev" } -ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.0-dev" } -ambient_math = { path = "../../libs/math", version = "0.3.0-dev" } +ambient_cb = { path = "../../libs/cb", version = "0.3.0-nightly-2023-09-22" } +ambient_color = { path = "../../libs/color", version = "0.3.0-nightly-2023-09-22" } +ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.0-nightly-2023-09-22" } +ambient_math = { path = "../../libs/math", version = "0.3.0-nightly-2023-09-22" } -ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-dev" } +ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } tracing = { workspace = true } diff --git a/crates/network/Cargo.toml b/crates/network/Cargo.toml index 8c9c2a97ea..06a5a572ff 100644 --- a/crates/network/Cargo.toml +++ b/crates/network/Cargo.toml @@ -10,19 +10,19 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_sys = { path = "../sys", version = "0.3.0-dev" } -ambient_rpc = { path = "../rpc", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } -ambient_gizmos = { path = "../gizmos", version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu", version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs", version = "0.3.0-dev" } -ambient_ui_native = { path = "../ui_native", version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element", version = "0.3.0-dev" } -ambient_app = { path = "../app", version = "0.3.0-dev" } -ambient_world_audio = { path = "../world_audio", version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } +ambient_rpc = { path = "../rpc", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } +ambient_gizmos = { path = "../gizmos", version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu", version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_ui_native = { path = "../ui_native", version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer", version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element", version = "0.3.0-nightly-2023-09-22" } +ambient_app = { path = "../app", version = "0.3.0-nightly-2023-09-22" } +ambient_world_audio = { path = "../world_audio", version = "0.3.0-nightly-2023-09-22" } rustls-native-certs = { workspace = true, optional = true } diff --git a/crates/package_semantic_native/Cargo.toml b/crates/package_semantic_native/Cargo.toml index 00ae3311e6..0a6d0843e1 100644 --- a/crates/package_semantic_native/Cargo.toml +++ b/crates/package_semantic_native/Cargo.toml @@ -6,16 +6,16 @@ version.workspace = true rust-version.workspace = true [dependencies] -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_network = { path = "../network", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_network = { path = "../network", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } -ambient_cb = { path = "../../libs/cb", version = "0.3.0-dev" } +ambient_cb = { path = "../../libs/cb", version = "0.3.0-nightly-2023-09-22" } -ambient_package = { path = "../../shared_crates/package", version = "0.3.0-dev" } -ambient_package_semantic = { path = "../../shared_crates/package_semantic", version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-dev" } +ambient_package = { path = "../../shared_crates/package", version = "0.3.0-nightly-2023-09-22" } +ambient_package_semantic = { path = "../../shared_crates/package_semantic", version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } thiserror = { workspace = true } diff --git a/crates/physics/Cargo.toml b/crates/physics/Cargo.toml index 6a63e7fa79..8e262200e9 100644 --- a/crates/physics/Cargo.toml +++ b/crates/physics/Cargo.toml @@ -11,16 +11,16 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes", version = "0.3.0-dev" } -ambient_network = { path = "../network", version = "0.3.0-dev" } -ambient_gizmos = { path = "../gizmos", version = "0.3.0-dev" } -ambient_model = { path = "../model", version = "0.3.0-dev" } -ambient_primitives = { path = "../primitives", version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes", version = "0.3.0-nightly-2023-09-22" } +ambient_network = { path = "../network", version = "0.3.0-nightly-2023-09-22" } +ambient_gizmos = { path = "../gizmos", version = "0.3.0-nightly-2023-09-22" } +ambient_model = { path = "../model", version = "0.3.0-nightly-2023-09-22" } +ambient_primitives = { path = "../primitives", version = "0.3.0-nightly-2023-09-22" } -physxx = { path = "../../libs/physxx", version = "0.3.0-dev" } +physxx = { path = "../../libs/physxx", version = "0.3.0-nightly-2023-09-22" } serde = { workspace = true } glam = { workspace = true } itertools = { workspace = true } diff --git a/crates/prefab/Cargo.toml b/crates/prefab/Cargo.toml index c3df91d555..4446194720 100644 --- a/crates/prefab/Cargo.toml +++ b/crates/prefab/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs", version = "0.3.0-dev" } -ambient_sys = { path = "../sys", version = "0.3.0-dev" } -ambient_core = { path = "../core", version = "0.3.0-dev" } -ambient_model = { path = "../model", version = "0.3.0-dev" } -ambient_rpc = { path = "../rpc", version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } -ambient_decals = { path = "../decals", version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs", version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../sys", version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core", version = "0.3.0-nightly-2023-09-22" } +ambient_model = { path = "../model", version = "0.3.0-nightly-2023-09-22" } +ambient_rpc = { path = "../rpc", version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } +ambient_decals = { path = "../decals", version = "0.3.0-nightly-2023-09-22" } tokio = { workspace = true } anyhow = { workspace = true } async-trait = { workspace = true } diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 747275ba01..1ebf3cb220 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } diff --git a/crates/procedurals/Cargo.toml b/crates/procedurals/Cargo.toml index ab1679d8c5..46b75189ce 100644 --- a/crates/procedurals/Cargo.toml +++ b/crates/procedurals/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.0-nightly-2023-09-22" } wgpu = { workspace = true } paste = { workspace = true } diff --git a/crates/rect/Cargo.toml b/crates/rect/Cargo.toml index 1e44af7cd7..2bd4a3bbce 100644 --- a/crates/rect/Cargo.toml +++ b/crates/rect/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_layout = { path = "../layout" , version = "0.3.0-dev" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../layout" , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } wgpu = { workspace = true } bytemuck = { workspace = true } diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 69c8583a4b..f17a69cd7e 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -10,16 +10,16 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-dev" } -ambient_settings = { path = "../settings" , version = "0.3.0-dev" } - -ambient_color = { path = "../../libs/color", features = ["wgpu"] , version = "0.3.0-dev" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_settings = { path = "../settings" , version = "0.3.0-nightly-2023-09-22" } + +ambient_color = { path = "../../libs/color", features = ["wgpu"] , version = "0.3.0-nightly-2023-09-22" } wgpu = { workspace = true } diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index e3b19ba90a..99c199a4b8 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std", version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std", version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } directories = { workspace = true } diff --git a/crates/sky/Cargo.toml b/crates/sky/Cargo.toml index 29d8518890..6e60f22516 100644 --- a/crates/sky/Cargo.toml +++ b/crates/sky/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_gizmos = { path = "../gizmos" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_gizmos = { path = "../gizmos" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } wgpu = { workspace = true } noise = { workspace = true } glam = { workspace = true } diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index 5e46872980..83f2b1e4e4 100644 --- a/crates/text/Cargo.toml +++ b/crates/text/Cargo.toml @@ -10,12 +10,12 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_layout = { path = "../layout" , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../layout" , version = "0.3.0-nightly-2023-09-22" } glyph_brush = { workspace = true } anyhow = { workspace = true } async-trait = { workspace = true } diff --git a/crates/ui_native/Cargo.toml b/crates/ui_native/Cargo.toml index 05441b641b..bc0e25d071 100644 --- a/crates/ui_native/Cargo.toml +++ b/crates/ui_native/Cargo.toml @@ -10,20 +10,20 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_layout = { path = "../layout" , version = "0.3.0-dev" } -ambient_text = { path = "../text" , version = "0.3.0-dev" } -ambient_rect = { path = "../rect" , version = "0.3.0-dev" } -ambient_cb = { path = "../../libs/cb" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } -ambient_ui = { path = "../../shared_crates/ui", default-features = false, features = ["native"] , version = "0.3.0-dev" } -ambient_editor_derive = { path = "../../shared_crates/editor_derive" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../layout" , version = "0.3.0-nightly-2023-09-22" } +ambient_text = { path = "../text" , version = "0.3.0-nightly-2023-09-22" } +ambient_rect = { path = "../rect" , version = "0.3.0-nightly-2023-09-22" } +ambient_cb = { path = "../../libs/cb" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } +ambient_ui = { path = "../../shared_crates/ui", default-features = false, features = ["native"] , version = "0.3.0-nightly-2023-09-22" } +ambient_editor_derive = { path = "../../shared_crates/editor_derive" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } winit = { workspace = true } itertools = { workspace = true } diff --git a/crates/water/Cargo.toml b/crates/water/Cargo.toml index d425ef501c..0dd24f3a64 100644 --- a/crates/water/Cargo.toml +++ b/crates/water/Cargo.toml @@ -10,13 +10,13 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.0-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.0-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.0-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.0-dev" } -ambient_sky = { path = "../sky" , version = "0.3.0-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_gpu = { path = "../gpu" , version = "0.3.0-nightly-2023-09-22" } +ambient_meshes = { path = "../meshes" , version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../renderer" , version = "0.3.0-nightly-2023-09-22" } +ambient_primitives = { path = "../primitives" , version = "0.3.0-nightly-2023-09-22" } +ambient_sky = { path = "../sky" , version = "0.3.0-nightly-2023-09-22" } wgpu = { workspace = true } glam = { workspace = true } diff --git a/crates/world_audio/Cargo.toml b/crates/world_audio/Cargo.toml index a23e94773f..9b184f5626 100644 --- a/crates/world_audio/Cargo.toml +++ b/crates/world_audio/Cargo.toml @@ -11,14 +11,14 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_sys = { path = "../sys" , version = "0.3.0-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.0-dev" } -ambient_app = { path = "../app" , version = "0.3.0-dev" } -ambient_ui_native = { path = "../ui_native" , version = "0.3.0-dev" } -ambient_core = { path = "../core" , version = "0.3.0-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" } -ambient_audio = { path = "../audio" , version = "0.3.0-dev" } +ambient_sys = { path = "../sys" , version = "0.3.0-nightly-2023-09-22" } +ambient_ecs = { path = "../ecs" , version = "0.3.0-nightly-2023-09-22" } +ambient_app = { path = "../app" , version = "0.3.0-nightly-2023-09-22" } +ambient_ui_native = { path = "../ui_native" , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../core" , version = "0.3.0-nightly-2023-09-22" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.0-nightly-2023-09-22" } +ambient_native_std = { path = "../native_std" , version = "0.3.0-nightly-2023-09-22" } +ambient_audio = { path = "../audio" , version = "0.3.0-nightly-2023-09-22" } # ambient_network = { path = "../network" , version = "0.2.1" } parking_lot = { workspace = true } anyhow = { workspace = true } diff --git a/docs/src/reference/advanced_installing.md b/docs/src/reference/advanced_installing.md index cd645b188d..18f9cb8920 100644 --- a/docs/src/reference/advanced_installing.md +++ b/docs/src/reference/advanced_installing.md @@ -13,7 +13,7 @@ This will automatically download the source, compile and install Ambient from yo This is the recommended method of installing Ambient from source if the downloadable binaries are insufficient. The latest published release should be used unless you have a specific reason to use the development version. ```sh -cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.0-dev ambient +cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.0-nightly-2023-09-22 ambient ``` ### Installing the latest development version diff --git a/guest/rust/Cargo.lock b/guest/rust/Cargo.lock index 5e7c215eaa..9920415c05 100644 --- a/guest/rust/Cargo.lock +++ b/guest/rust/Cargo.lock @@ -101,7 +101,7 @@ dependencies = [ [[package]] name = "ambient_api" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api_core", "ambient_cb", @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "ambient_api_core" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api_macros", "ambient_package_rt", @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "ambient_api_macros" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package_macro_common", "anyhow", @@ -153,11 +153,11 @@ dependencies = [ [[package]] name = "ambient_cb" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [[package]] name = "ambient_color" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam", "hex", @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "ambient_editor_derive" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "pretty_assertions", "proc-macro-crate", @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "ambient_element" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cb", "ambient_element_component", @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "ambient_element_component" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "proc-macro2", @@ -206,49 +206,49 @@ dependencies = [ [[package]] name = "ambient_example_arkanoid" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_async" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_audio_ctrl" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_auto_editor" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_basic_model" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_button" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_clientside" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -262,28 +262,28 @@ dependencies = [ [[package]] name = "ambient_example_counter" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_decals" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_dock_layout" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_editors" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "indexmap 2.0.0", @@ -291,28 +291,28 @@ dependencies = [ [[package]] name = "ambient_example_first_person_camera" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_flow_layout" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_fog" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_generate_pipeline" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "ambient_pipeline_types", @@ -320,63 +320,63 @@ dependencies = [ [[package]] name = "ambient_example_image" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_image_quad" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_input" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_instancing" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_line" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_material_overriding" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_messaging" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_minigolf" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_multiplayer" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "rand 0.8.5", @@ -384,35 +384,35 @@ dependencies = [ [[package]] name = "ambient_example_music_sequencer" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_physics" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_pong" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_primitives" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_procedural_generation" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "noise", @@ -423,35 +423,35 @@ dependencies = [ [[package]] name = "ambient_example_raw_text" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_rect" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_samplers" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_screen_ray" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_screens" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "ambient_friendly_id", @@ -459,49 +459,49 @@ dependencies = [ [[package]] name = "ambient_example_scroll" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_skinmesh" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_slider" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_sun" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_text" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_third_person_camera" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_tictactoe" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", "palette 0.6.1", @@ -509,28 +509,28 @@ dependencies = [ [[package]] name = "ambient_example_todo" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_example_transparency" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_friendly_id" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "rand 0.8.5", ] [[package]] name = "ambient_guest_bridge" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api_core", "ambient_shared_types", @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "ambient_math" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam", "rand 0.8.5", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "ambient_package" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_shared_types", "chrono", @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "ambient_package_macro_common" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package", "ambient_package_semantic", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "ambient_package_rt" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_shared_types", "byteorder", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_package", "ambient_schema", @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "ambient_pipeline_types" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "glam", "serde", @@ -627,11 +627,11 @@ dependencies = [ [[package]] name = "ambient_schema" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [[package]] name = "ambient_shared_types" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "bitflags 1.3.2", "paste", @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "ambient_std" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "thiserror", @@ -650,14 +650,14 @@ dependencies = [ [[package]] name = "ambient_testcase_588" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "ambient_time" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "itertools", "thiserror", @@ -665,7 +665,7 @@ dependencies = [ [[package]] name = "ambient_ui" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_cb", "ambient_color", @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "code" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "dependencies" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -2416,21 +2416,21 @@ dependencies = [ [[package]] name = "tangent_class_assault" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "tangent_class_scout" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] [[package]] name = "tangent_class_tank" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "tangent_gun_laser" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -2728,7 +2728,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unity" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] @@ -2759,7 +2759,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "visualize_colliders" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" dependencies = [ "ambient_api", ] diff --git a/guest/rust/Cargo.toml b/guest/rust/Cargo.toml index 0400a8746a..9986f0da46 100644 --- a/guest/rust/Cargo.toml +++ b/guest/rust/Cargo.toml @@ -93,30 +93,30 @@ resolver = "2" [workspace.package] rust-version = "1.70.0" -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" [workspace.dependencies] -ambient_api = { path = "api", version = "0.3.0-dev" } -ambient_api_core = { path = "api_core", version = "0.3.0-dev" } -ambient_api_macros = { path = "api_core/api_macros", version = "0.3.0-dev" } - -ambient_package = { path = "../../shared_crates/package", version = "0.3.0-dev" } -ambient_package_macro_common = { path = "../../shared_crates/package_macro_common", version = "0.3.0-dev" } -ambient_package_rt = { path = "../../shared_crates/package_rt", version = "0.3.0-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-dev" } -ambient_ui = { path = "../../shared_crates/ui", version = "0.3.0-dev", features = [ +ambient_api = { path = "api", version = "0.3.0-nightly-2023-09-22" } +ambient_api_core = { path = "api_core", version = "0.3.0-nightly-2023-09-22" } +ambient_api_macros = { path = "api_core/api_macros", version = "0.3.0-nightly-2023-09-22" } + +ambient_package = { path = "../../shared_crates/package", version = "0.3.0-nightly-2023-09-22" } +ambient_package_macro_common = { path = "../../shared_crates/package_macro_common", version = "0.3.0-nightly-2023-09-22" } +ambient_package_rt = { path = "../../shared_crates/package_rt", version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.0-nightly-2023-09-22" } +ambient_ui = { path = "../../shared_crates/ui", version = "0.3.0-nightly-2023-09-22", features = [ "guest", ] } -ambient_element = { path = "../../shared_crates/element", version = "0.3.0-dev", default-features = false, features = [ +ambient_element = { path = "../../shared_crates/element", version = "0.3.0-nightly-2023-09-22", default-features = false, features = [ "guest", ] } -ambient_editor_derive = { path = "../../shared_crates/editor_derive", version = "0.3.0-dev" } -ambient_schema = { path = "../../shared_crates/schema", version = "0.3.0-dev" } +ambient_editor_derive = { path = "../../shared_crates/editor_derive", version = "0.3.0-nightly-2023-09-22" } +ambient_schema = { path = "../../shared_crates/schema", version = "0.3.0-nightly-2023-09-22" } -ambient_pipeline_types = { path = "../../crates/pipeline_types", version = "0.3.0-dev" } +ambient_pipeline_types = { path = "../../crates/pipeline_types", version = "0.3.0-nightly-2023-09-22" } -ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.0-dev" } -ambient_cb = { path = "../../libs/cb", version = "0.3.0-dev" } +ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.0-nightly-2023-09-22" } +ambient_cb = { path = "../../libs/cb", version = "0.3.0-nightly-2023-09-22" } anyhow = "1.0" thiserror = "1.0" diff --git a/guest/rust/examples/assets/basic_model/ambient.toml b/guest/rust/examples/assets/basic_model/ambient.toml index 73733d6a5e..6884b1ec84 100644 --- a/guest/rust/examples/assets/basic_model/ambient.toml +++ b/guest/rust/examples/assets/basic_model/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/basic_model" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/assets/generate_pipeline/ambient.toml b/guest/rust/examples/assets/generate_pipeline/ambient.toml index db311dbcde..d2b95475a3 100644 --- a/guest/rust/examples/assets/generate_pipeline/ambient.toml +++ b/guest/rust/examples/assets/generate_pipeline/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/basic_model" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/assets/material_overriding/ambient.toml b/guest/rust/examples/assets/material_overriding/ambient.toml index 088fb8745d..568cb0744c 100644 --- a/guest/rust/examples/assets/material_overriding/ambient.toml +++ b/guest/rust/examples/assets/material_overriding/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/material_overriding" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components.is_the_best] type = "Bool" diff --git a/guest/rust/examples/assets/unity/ambient.toml b/guest/rust/examples/assets/unity/ambient.toml index c201e1e798..bdc80bd4fb 100644 --- a/guest/rust/examples/assets/unity/ambient.toml +++ b/guest/rust/examples/assets/unity/ambient.toml @@ -4,4 +4,4 @@ name = "Unity" description = "Load and spawn a Unity prefab" version = "0.0.1" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/basics/input/ambient.toml b/guest/rust/examples/basics/input/ambient.toml index 3e8ed04305..7e122d4d0d 100644 --- a/guest/rust/examples/basics/input/ambient.toml +++ b/guest/rust/examples/basics/input/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/input" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/basics/multiplayer/ambient.toml b/guest/rust/examples/basics/multiplayer/ambient.toml index 5ef762dfce..2e9436a2c8 100644 --- a/guest/rust/examples/basics/multiplayer/ambient.toml +++ b/guest/rust/examples/basics/multiplayer/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/multiplayer" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/basics/primitives/ambient.toml b/guest/rust/examples/basics/primitives/ambient.toml index c8992ec791..db4e95f20c 100644 --- a/guest/rust/examples/basics/primitives/ambient.toml +++ b/guest/rust/examples/basics/primitives/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/primitives" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/basics/skinmesh/ambient.toml b/guest/rust/examples/basics/skinmesh/ambient.toml index b7c5d0620a..114fd5cd3a 100644 --- a/guest/rust/examples/basics/skinmesh/ambient.toml +++ b/guest/rust/examples/basics/skinmesh/ambient.toml @@ -5,7 +5,7 @@ description = "Render a character model, with animations." version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/skinmesh" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages] SetController = { name = "Set controller", description = "Sets the animation controller.", fields = { value = "U32" } } diff --git a/guest/rust/examples/controllers/first_person_camera/ambient.toml b/guest/rust/examples/controllers/first_person_camera/ambient.toml index 6e05fff195..6c05e85e1e 100644 --- a/guest/rust/examples/controllers/first_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/first_person_camera/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/first_person_camera" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] diff --git a/guest/rust/examples/controllers/third_person_camera/ambient.toml b/guest/rust/examples/controllers/third_person_camera/ambient.toml index d6d6276665..9988bd5c65 100644 --- a/guest/rust/examples/controllers/third_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/third_person_camera/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/third_person_camera" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] base_assets = { path = "../../../packages/std/base_assets", deployment = "6qPKHQCDIi2WJintGr8yMs" } diff --git a/guest/rust/examples/intermediate/async/ambient.toml b/guest/rust/examples/intermediate/async/ambient.toml index c9406a8e41..9347e03697 100644 --- a/guest/rust/examples/intermediate/async/ambient.toml +++ b/guest/rust/examples/intermediate/async/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/async" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/intermediate/clientside/ambient.toml b/guest/rust/examples/intermediate/clientside/ambient.toml index 665829244f..616a57da60 100644 --- a/guest/rust/examples/intermediate/clientside/ambient.toml +++ b/guest/rust/examples/intermediate/clientside/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/clientside" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] grid_side_length = { name = "Grid Side Length", description = "The length of a grid side, ignoring the centre (i.e. if this is 10, the total axis length is 21)", type = "I32", attributes = [ diff --git a/guest/rust/examples/intermediate/dependencies/ambient.toml b/guest/rust/examples/intermediate/dependencies/ambient.toml index c512a35af1..a6183a3bf7 100644 --- a/guest/rust/examples/intermediate/dependencies/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/ambient.toml @@ -4,7 +4,7 @@ name = "Dependencies" description = "Break your project up into packages." version = "0.0.1" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] deps_assets = { path = "deps/assets" , deployment = "2sPTgxCEl6IoHoBk02Y8Ef" } diff --git a/guest/rust/examples/intermediate/messaging/ambient.toml b/guest/rust/examples/intermediate/messaging/ambient.toml index e34338ef77..596e9d2609 100644 --- a/guest/rust/examples/intermediate/messaging/ambient.toml +++ b/guest/rust/examples/intermediate/messaging/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/messaging" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.Hello] name = "Hello" diff --git a/guest/rust/examples/intermediate/screen_ray/ambient.toml b/guest/rust/examples/intermediate/screen_ray/ambient.toml index 25b710ba98..b2bc938e9b 100644 --- a/guest/rust/examples/intermediate/screen_ray/ambient.toml +++ b/guest/rust/examples/intermediate/screen_ray/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/screen_ray" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.Input.fields] ray_origin = "Vec3" diff --git a/guest/rust/examples/physics/basics/ambient.toml b/guest/rust/examples/physics/basics/ambient.toml index 356298a5f1..99216610c7 100644 --- a/guest/rust/examples/physics/basics/ambient.toml +++ b/guest/rust/examples/physics/basics/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/physics/basics" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.Bonk] description = "Collision between two objects." diff --git a/guest/rust/examples/physics/visualize_colliders/ambient.toml b/guest/rust/examples/physics/visualize_colliders/ambient.toml index cde15049d4..49ac4d897d 100644 --- a/guest/rust/examples/physics/visualize_colliders/ambient.toml +++ b/guest/rust/examples/physics/visualize_colliders/ambient.toml @@ -3,7 +3,7 @@ id = "g11no9dcflmdb2qi7m2x7qimdzvv7bhe" name = "visualize_colliders" version = "0.0.1" content = { type = "Playable" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/decals/ambient.toml b/guest/rust/examples/rendering/decals/ambient.toml index f074fc2d9f..90fae83312 100644 --- a/guest/rust/examples/rendering/decals/ambient.toml +++ b/guest/rust/examples/rendering/decals/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/decals" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/fog/ambient.toml b/guest/rust/examples/rendering/fog/ambient.toml index 1cffd89bf9..cd67ff03d5 100644 --- a/guest/rust/examples/rendering/fog/ambient.toml +++ b/guest/rust/examples/rendering/fog/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/fog" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/image/ambient.toml b/guest/rust/examples/rendering/image/ambient.toml index bba2119940..55209a1110 100644 --- a/guest/rust/examples/rendering/image/ambient.toml +++ b/guest/rust/examples/rendering/image/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/image" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/rendering/instancing/ambient.toml b/guest/rust/examples/rendering/instancing/ambient.toml index 67cbce4e9b..c04629e9a8 100644 --- a/guest/rust/examples/rendering/instancing/ambient.toml +++ b/guest/rust/examples/rendering/instancing/ambient.toml @@ -4,7 +4,7 @@ name = "Instancing" description = "Render lots of objects with a single draw call." version = "0.0.1" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] instance_index = { type = "Uvec3", name = "Instance Index" } diff --git a/guest/rust/examples/rendering/line/ambient.toml b/guest/rust/examples/rendering/line/ambient.toml index 1b9d44e4ae..11036464d7 100644 --- a/guest/rust/examples/rendering/line/ambient.toml +++ b/guest/rust/examples/rendering/line/ambient.toml @@ -6,6 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/rendering/line" type = "Game" content = { type = "Playable", example = true } +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/procedural_generation/ambient.toml b/guest/rust/examples/rendering/procedural_generation/ambient.toml index 0ca713a59b..bf8e83b9db 100644 --- a/guest/rust/examples/rendering/procedural_generation/ambient.toml +++ b/guest/rust/examples/rendering/procedural_generation/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/procedural_generation" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] rotating_sun = { type = "Bool", name = "Rotating sun", description = "Whether or not rotate the sun automatically" } diff --git a/guest/rust/examples/rendering/raw_text/ambient.toml b/guest/rust/examples/rendering/raw_text/ambient.toml index 9a2b356ef0..9cc0b116cb 100644 --- a/guest/rust/examples/rendering/raw_text/ambient.toml +++ b/guest/rust/examples/rendering/raw_text/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/raw_text" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/rendering/samplers/ambient.toml b/guest/rust/examples/rendering/samplers/ambient.toml index 9d20586308..8c3b22656f 100644 --- a/guest/rust/examples/rendering/samplers/ambient.toml +++ b/guest/rust/examples/rendering/samplers/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/samplers" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/sun/ambient.toml b/guest/rust/examples/rendering/sun/ambient.toml index aad9ec1573..fb91c4ffd2 100644 --- a/guest/rust/examples/rendering/sun/ambient.toml +++ b/guest/rust/examples/rendering/sun/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/sun" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/rendering/transparency/ambient.toml b/guest/rust/examples/rendering/transparency/ambient.toml index 4e284d48be..19f37e9baa 100644 --- a/guest/rust/examples/rendering/transparency/ambient.toml +++ b/guest/rust/examples/rendering/transparency/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/transparency" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "6l5txhA9WYKUam15TwGnHl" } diff --git a/guest/rust/examples/ui/audio_ctrl/ambient.toml b/guest/rust/examples/ui/audio_ctrl/ambient.toml index 45db20b9a5..f5f00519b2 100644 --- a/guest/rust/examples/ui/audio_ctrl/ambient.toml +++ b/guest/rust/examples/ui/audio_ctrl/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/audio_ctrl" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/auto_editor/ambient.toml b/guest/rust/examples/ui/auto_editor/ambient.toml index f26f146c12..2e5cfd372e 100644 --- a/guest/rust/examples/ui/auto_editor/ambient.toml +++ b/guest/rust/examples/ui/auto_editor/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/auto_editor" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/button/ambient.toml b/guest/rust/examples/ui/button/ambient.toml index 6f4e6167de..8aff9a3a45 100644 --- a/guest/rust/examples/ui/button/ambient.toml +++ b/guest/rust/examples/ui/button/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/button" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/clock/ambient.toml b/guest/rust/examples/ui/clock/ambient.toml index 099a9f5668..3f867ed61e 100644 --- a/guest/rust/examples/ui/clock/ambient.toml +++ b/guest/rust/examples/ui/clock/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/clock" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/counter/ambient.toml b/guest/rust/examples/ui/counter/ambient.toml index ecb869e83f..619bfde9a6 100644 --- a/guest/rust/examples/ui/counter/ambient.toml +++ b/guest/rust/examples/ui/counter/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/counter" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/dock_layout/ambient.toml b/guest/rust/examples/ui/dock_layout/ambient.toml index bf6ebec6e4..1afcf4391b 100644 --- a/guest/rust/examples/ui/dock_layout/ambient.toml +++ b/guest/rust/examples/ui/dock_layout/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/dock_layout" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/editors/ambient.toml b/guest/rust/examples/ui/editors/ambient.toml index b9acf234e0..ea1d96740b 100644 --- a/guest/rust/examples/ui/editors/ambient.toml +++ b/guest/rust/examples/ui/editors/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/editors" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/flow_layout/ambient.toml b/guest/rust/examples/ui/flow_layout/ambient.toml index cf4e6a7c75..5fc82032bc 100644 --- a/guest/rust/examples/ui/flow_layout/ambient.toml +++ b/guest/rust/examples/ui/flow_layout/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/flow_layout" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/image/ambient.toml b/guest/rust/examples/ui/image/ambient.toml index 488ace65ff..340a368c89 100644 --- a/guest/rust/examples/ui/image/ambient.toml +++ b/guest/rust/examples/ui/image/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/image" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/rect/ambient.toml b/guest/rust/examples/ui/rect/ambient.toml index 240e845fd0..3c2b8b1aed 100644 --- a/guest/rust/examples/ui/rect/ambient.toml +++ b/guest/rust/examples/ui/rect/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/rect" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/screens/ambient.toml b/guest/rust/examples/ui/screens/ambient.toml index 480c26f071..ab082388ff 100644 --- a/guest/rust/examples/ui/screens/ambient.toml +++ b/guest/rust/examples/ui/screens/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/screens" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/scroll/ambient.toml b/guest/rust/examples/ui/scroll/ambient.toml index c76c687db9..6e7bcde1d5 100644 --- a/guest/rust/examples/ui/scroll/ambient.toml +++ b/guest/rust/examples/ui/scroll/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/scroll" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/slider/ambient.toml b/guest/rust/examples/ui/slider/ambient.toml index 116b080d5d..5a7f24e888 100644 --- a/guest/rust/examples/ui/slider/ambient.toml +++ b/guest/rust/examples/ui/slider/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/slider" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/text/ambient.toml b/guest/rust/examples/ui/text/ambient.toml index 216cda9173..fa6965510f 100644 --- a/guest/rust/examples/ui/text/ambient.toml +++ b/guest/rust/examples/ui/text/ambient.toml @@ -6,4 +6,4 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/text" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/examples/ui/todo/ambient.toml b/guest/rust/examples/ui/todo/ambient.toml index ab56655566..17653b252a 100644 --- a/guest/rust/examples/ui/todo/ambient.toml +++ b/guest/rust/examples/ui/todo/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/todo" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.NewItem] description = "Add a new todo item" diff --git a/guest/rust/packages/assets/kenney_digital_audio/ambient.toml b/guest/rust/packages/assets/kenney_digital_audio/ambient.toml index 4e2a148d06..051fb38ba8 100644 --- a/guest/rust/packages/assets/kenney_digital_audio/ambient.toml +++ b/guest/rust/packages/assets/kenney_digital_audio/ambient.toml @@ -5,4 +5,4 @@ authors = ["Kenney"] description = "https://www.kenney.nl/assets/digital-audio for Ambient. (Uploaded by Ambient, not Kenney.)" version = "0.0.1" content = { type = "Asset", audio = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml b/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml index 3ad45cd628..874dbea710 100644 --- a/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml +++ b/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml @@ -5,4 +5,4 @@ authors = ["Kenney"] description = "https://www.kenney.nl/assets/impact-sounds for Ambient. (Uploaded by Ambient, not Kenney.)" version = "0.0.1" content = { type = "Asset", audio = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/packages/assets/kenney_space_kit/ambient.toml b/guest/rust/packages/assets/kenney_space_kit/ambient.toml index ea3b839e30..81e113c6d5 100644 --- a/guest/rust/packages/assets/kenney_space_kit/ambient.toml +++ b/guest/rust/packages/assets/kenney_space_kit/ambient.toml @@ -5,4 +5,4 @@ authors = ["Kenney"] description = "https://www.kenney.nl/assets/space-kit for Ambient. (Uploaded by Ambient, not Kenney.)" version = "0.0.1" content = { type = "Asset", models = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/packages/games/afps/ambient.toml b/guest/rust/packages/games/afps/ambient.toml index e55bff23bc..73c50dee0e 100644 --- a/guest/rust/packages/games/afps/ambient.toml +++ b/guest/rust/packages/games/afps/ambient.toml @@ -3,7 +3,7 @@ id = "afps" name = "afps" version = "0.0.1" content = { type = "Playable" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] character_animation = { path = "../../std/character_animation", deployment = "WX6pD23AximbtP3Q1hB3e" } diff --git a/guest/rust/packages/games/afps/mods/scene/ambient.toml b/guest/rust/packages/games/afps/mods/scene/ambient.toml index b125f014b2..ea1439db28 100644 --- a/guest/rust/packages/games/afps/mods/scene/ambient.toml +++ b/guest/rust/packages/games/afps/mods/scene/ambient.toml @@ -3,7 +3,7 @@ id = "afps_scene" name = "AFPS Scene" version = "0.0.1" content = { type = "Asset", models = true, code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] afps_schema = { path = "../../schema", deployment = "7NBTASMOE1rultxb0ShMhi" } diff --git a/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml b/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml index 5caa6de1f1..97a64c9dda 100644 --- a/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml +++ b/guest/rust/packages/games/afps/mods/spraypaint/ambient.toml @@ -3,7 +3,7 @@ id = "afps_spraypaint" name = "AFPS Spraypaint" version = "0.0.1" content = { type = "Asset", models = true, textures = true, code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] claymore = { type = "EntityId" } diff --git a/guest/rust/packages/games/afps/mods/world_latency/ambient.toml b/guest/rust/packages/games/afps/mods/world_latency/ambient.toml index 99b92a924a..97f5e95367 100644 --- a/guest/rust/packages/games/afps/mods/world_latency/ambient.toml +++ b/guest/rust/packages/games/afps/mods/world_latency/ambient.toml @@ -4,7 +4,7 @@ name = "AFPS World Latency" description = "World latency is a simple utility that displays the relative latency # of world streamed from the server as seen by all players in the world." version = "0.0.1" content = { type = "Tool" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] server_frame = { type = "U64", description = "Current server frame number", attributes = [ diff --git a/guest/rust/packages/games/afps/mods/zombie/ambient.toml b/guest/rust/packages/games/afps/mods/zombie/ambient.toml index 7aeb041c6a..47608671c2 100644 --- a/guest/rust/packages/games/afps/mods/zombie/ambient.toml +++ b/guest/rust/packages/games/afps/mods/zombie/ambient.toml @@ -3,7 +3,7 @@ id = "afps_zombie" name = "AFPS Zombie" version = "0.0.1" content = { type = "Asset", models = true, animations = true, code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] is_zombie = { type = "Empty", attributes = ["Networked", "Debuggable"] } diff --git a/guest/rust/packages/games/arkanoid/ambient.toml b/guest/rust/packages/games/arkanoid/ambient.toml index f5ca7b58f3..43a7596e3c 100644 --- a/guest/rust/packages/games/arkanoid/ambient.toml +++ b/guest/rust/packages/games/arkanoid/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/arkanoid" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] player_movement_direction = { type = "F32", name = "Player Movement Direction", description = "Direction of player movement" } diff --git a/guest/rust/packages/games/minigolf/ambient.toml b/guest/rust/packages/games/minigolf/ambient.toml index 3078654531..71c8ad7640 100644 --- a/guest/rust/packages/games/minigolf/ambient.toml +++ b/guest/rust/packages/games/minigolf/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/minigolf" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] hide_cursor = { path = "../../std/hide_cursor", deployment = "3jJhKCyxtEKDcoQESgjzHV" } diff --git a/guest/rust/packages/games/music_sequencer/ambient.toml b/guest/rust/packages/games/music_sequencer/ambient.toml index e9fb6734c3..bd36b16d90 100644 --- a/guest/rust/packages/games/music_sequencer/ambient.toml +++ b/guest/rust/packages/games/music_sequencer/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/music_sequencer" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.Click] description = "Select or deselect a note." diff --git a/guest/rust/packages/games/pong/ambient.toml b/guest/rust/packages/games/pong/ambient.toml index 0cdc08b727..02f6db6c8f 100644 --- a/guest/rust/packages/games/pong/ambient.toml +++ b/guest/rust/packages/games/pong/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/pong" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] player_movement_direction = { type = "F32", name = "Player Movement Direction", description = "Direction of player movement" } diff --git a/guest/rust/packages/games/tangent/ambient.toml b/guest/rust/packages/games/tangent/ambient.toml index a60b7c4f74..9822806284 100644 --- a/guest/rust/packages/games/tangent/ambient.toml +++ b/guest/rust/packages/games/tangent/ambient.toml @@ -3,7 +3,7 @@ id = "tangent" name = "Tangent" version = "0.1.0" content = { type = "Playable" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_core = { path = "core", deployment = "czUZv2AKa7SNwV1QsY0xN" } diff --git a/guest/rust/packages/games/tangent/mods/camera_follow/ambient.toml b/guest/rust/packages/games/tangent/mods/camera_follow/ambient.toml index 2f1e122cf4..4c5ed0bb7a 100644 --- a/guest/rust/packages/games/tangent/mods/camera_follow/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/camera_follow/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_camera_follow" name = "Tangent Camera: Follow" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml b/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml index e6a69b1181..7041d9f997 100644 --- a/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_camera_topdown" name = "Tangent Camera: Top-down" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml b/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml index bc25aead5b..b50b5d44dd 100644 --- a/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml @@ -3,7 +3,7 @@ id = "ob731abrl0d51ihp3zgx1e8qtdiv7f12" name = "Tangent Class: Assault" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml b/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml index ec397aaf14..1a5873f5c5 100644 --- a/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml @@ -3,7 +3,7 @@ id = "haq3c8ra5r7u3mhaynqqdvtcmgb6l54p" name = "Tangent Class: Scout" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml b/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml index 3c641e4942..c5642d9421 100644 --- a/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml @@ -3,7 +3,7 @@ id = "o0j4qyxwhcf9vukzslsvhrkj2sv5mf4x" name = "Tangent Class: Tank" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/gun_laser/ambient.toml b/guest/rust/packages/games/tangent/mods/gun_laser/ambient.toml index 3cdee83572..b70e8ff7d2 100644 --- a/guest/rust/packages/games/tangent/mods/gun_laser/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/gun_laser/ambient.toml @@ -3,7 +3,7 @@ id = "uojjsmn9xs1pj3xzz16rprjot0kk3p2o" name = "Tangent Gun: Laser" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml b/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml index 9b6d3dba0b..c57a581c19 100644 --- a/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_level_cubicide" name = "Tangent Level: Cubicide" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml b/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml index e5f30962b7..9fa549ad1b 100644 --- a/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_pickup_health" name = "Tangent Pickup: Health" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/ui_class_selection/ambient.toml b/guest/rust/packages/games/tangent/mods/ui_class_selection/ambient.toml index cb3b3b441c..cee9f05fe2 100644 --- a/guest/rust/packages/games/tangent/mods/ui_class_selection/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/ui_class_selection/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_ui_class_selection" name = "Tangent UI: Class Selection" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml b/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml index 95f98d2654..7152fd4502 100644 --- a/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml @@ -3,7 +3,7 @@ id = "tangent_ui_holohud" name = "Tangent HUD: Hologram" version = "0.1.0" content = { type = "Mod", for_playables = ["tangent"] } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] tangent_schema = { path = "../../schema", deployment = "3xeZXaO08dyvd1pFyf8cGS" } diff --git a/guest/rust/packages/games/tictactoe/ambient.toml b/guest/rust/packages/games/tictactoe/ambient.toml index f14eb64906..058b458f7f 100644 --- a/guest/rust/packages/games/tictactoe/ambient.toml +++ b/guest/rust/packages/games/tictactoe/ambient.toml @@ -6,7 +6,7 @@ version = "0.0.1" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/tictactoe" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] cells = { type = { type = "Vec", element_type = "EntityId" }, name = "Cells", description = "The cells in the game", attributes = [ diff --git a/guest/rust/packages/schemas/editor/ambient.toml b/guest/rust/packages/schemas/editor/ambient.toml index d94ebf0d97..ac926bd6cf 100644 --- a/guest/rust/packages/schemas/editor/ambient.toml +++ b/guest/rust/packages/schemas/editor/ambient.toml @@ -4,7 +4,7 @@ name = "Editor Schema" version = "0.0.1" description = "Schema for the editor." content = { type = "Asset", schema = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] # Player components diff --git a/guest/rust/packages/schemas/unit/ambient.toml b/guest/rust/packages/schemas/unit/ambient.toml index cf3fca6404..34490d70c0 100644 --- a/guest/rust/packages/schemas/unit/ambient.toml +++ b/guest/rust/packages/schemas/unit/ambient.toml @@ -4,7 +4,7 @@ name = "Unit" description = "Schema for units in games" version = "0.0.1" content = { type = "Asset", schema = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] run_direction = { type = "Vec2", attributes = ["Debuggable", "Networked"] } diff --git a/guest/rust/packages/std/base_assets/ambient.toml b/guest/rust/packages/std/base_assets/ambient.toml index 5423407ed2..e929c21c90 100644 --- a/guest/rust/packages/std/base_assets/ambient.toml +++ b/guest/rust/packages/std/base_assets/ambient.toml @@ -3,4 +3,4 @@ id = "base_assets" name = "base_assets" version = "0.0.1" content = { type = "Asset", models = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/packages/std/character_animation/ambient.toml b/guest/rust/packages/std/character_animation/ambient.toml index 11d2509849..9890cff188 100644 --- a/guest/rust/packages/std/character_animation/ambient.toml +++ b/guest/rust/packages/std/character_animation/ambient.toml @@ -3,7 +3,7 @@ id = "character_animation" name = "Character animation" version = "0.0.1" content = { type = "Asset", animations = true, code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] unit_schema = { path = "../../schemas/unit", deployment = "23Br3CXehPb9wboVb2Fv5h" } diff --git a/guest/rust/packages/std/character_movement/ambient.toml b/guest/rust/packages/std/character_movement/ambient.toml index c63f837172..66c2d6f068 100644 --- a/guest/rust/packages/std/character_movement/ambient.toml +++ b/guest/rust/packages/std/character_movement/ambient.toml @@ -3,7 +3,7 @@ id = "character_movement" name = "character_movement" version = "0.0.1" content = { type = "Asset", code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] unit_schema = { path = "../../schemas/unit", deployment = "23Br3CXehPb9wboVb2Fv5h" } diff --git a/guest/rust/packages/std/fps_controller/ambient.toml b/guest/rust/packages/std/fps_controller/ambient.toml index 7488650559..895afc81b5 100644 --- a/guest/rust/packages/std/fps_controller/ambient.toml +++ b/guest/rust/packages/std/fps_controller/ambient.toml @@ -3,7 +3,7 @@ id = "fps_controller" name = "fps_controller" version = "0.0.1" content = { type = "Asset", code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] unit_schema = { path = "../../schemas/unit", deployment = "23Br3CXehPb9wboVb2Fv5h" } diff --git a/guest/rust/packages/std/hide_cursor/ambient.toml b/guest/rust/packages/std/hide_cursor/ambient.toml index 0571e792db..d240fc91ae 100644 --- a/guest/rust/packages/std/hide_cursor/ambient.toml +++ b/guest/rust/packages/std/hide_cursor/ambient.toml @@ -3,4 +3,4 @@ id = "hide_cursor" name = "hide_cursor" version = "0.0.1" content = { type = "Asset", code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/guest/rust/packages/std/orbit_camera/ambient.toml b/guest/rust/packages/std/orbit_camera/ambient.toml index 1fe6001cda..a834e341ad 100644 --- a/guest/rust/packages/std/orbit_camera/ambient.toml +++ b/guest/rust/packages/std/orbit_camera/ambient.toml @@ -4,7 +4,7 @@ name = "Orbit Camera" description = "Implements a clientside-only orbit camera." version = "0.0.1" content = { type = "Asset", code = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components] is_orbit_camera = { type = "Empty", attributes = ["Debuggable", "Networked"] } diff --git a/guest/rust/packages/tools/console/ambient.toml b/guest/rust/packages/tools/console/ambient.toml index 30116594bc..9d45a5468a 100644 --- a/guest/rust/packages/tools/console/ambient.toml +++ b/guest/rust/packages/tools/console/ambient.toml @@ -3,7 +3,7 @@ id = "console" name = "Console" version = "0.0.1" content = { type = "Tool" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [messages.ConsoleServerInput.fields] input = "String" diff --git a/guest/rust/packages/tools/editor/ambient.toml b/guest/rust/packages/tools/editor/ambient.toml index 5e372ab0e6..07c476e3b8 100644 --- a/guest/rust/packages/tools/editor/ambient.toml +++ b/guest/rust/packages/tools/editor/ambient.toml @@ -3,7 +3,7 @@ id = "editor" name = "Editor" version = "0.0.1" content = { type = "Tool" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [dependencies] editor_schema = { path = "../../schemas/editor" , deployment = "3cmjOxOWCME7Hxi9OPpczk" } diff --git a/guest/rust/packages/tools/package_manager/ambient.toml b/guest/rust/packages/tools/package_manager/ambient.toml index 1f6825f0cd..1359074b29 100644 --- a/guest/rust/packages/tools/package_manager/ambient.toml +++ b/guest/rust/packages/tools/package_manager/ambient.toml @@ -3,7 +3,7 @@ id = "package_manager" name = "Package Manager" version = "0.0.1" content = { type = "Tool" } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [components.mod_manager_for] name = "Mod Manager For" diff --git a/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml b/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml index c41931b052..dbcae842b3 100644 --- a/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml +++ b/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml @@ -5,4 +5,4 @@ version = "0.0.1" description = "Reproduces https://github.com/AmbientRun/Ambient/issues/588" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/testcases/588-prefab-despawn-panic" content = { type = "Playable", example = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" diff --git a/libs/unity_parser/Cargo.toml b/libs/unity_parser/Cargo.toml index 02a506aeaf..942885fc4b 100644 --- a/libs/unity_parser/Cargo.toml +++ b/libs/unity_parser/Cargo.toml @@ -8,7 +8,7 @@ rust-version = { workspace = true } version = { workspace = true } [dependencies] -ambient_native_std = { path = "../../crates/native_std" , version = "0.3.0-dev" } +ambient_native_std = { path = "../../crates/native_std" , version = "0.3.0-nightly-2023-09-22" } yaml-rust = { workspace = true } itertools = { workspace = true } glam = { workspace = true } diff --git a/schema/ambient.toml b/schema/ambient.toml index 38a178d507..64fa9bc082 100644 --- a/schema/ambient.toml +++ b/schema/ambient.toml @@ -2,9 +2,9 @@ id = "ambient_core" description = "Contains all core components for the Ambient runtime." name = "Core Components" -version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" content = { type = "Asset", schema = true } -ambient_version = "0.3.0-nightly-2023-09-20" +ambient_version = "0.3.0-nightly-2023-09-22" [includes] animation = "schema/animation.toml" diff --git a/schema/schema/animation.toml b/schema/schema/animation.toml index f37bbf9771..c949c01a93 100644 --- a/schema/schema/animation.toml +++ b/schema/schema/animation.toml @@ -3,8 +3,8 @@ id = "animation" name = "Animation" description = "Components relating to animations." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.is_animation_player] type = "Empty" diff --git a/schema/schema/app_.toml b/schema/schema/app_.toml index 266ed2ea38..3f96e563b7 100644 --- a/schema/schema/app_.toml +++ b/schema/schema/app_.toml @@ -3,8 +3,8 @@ id = "app" name = "App" description = "High-level state relevant to the application (including the in-development Editor)." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.cursor_position] type = "Vec2" diff --git a/schema/schema/audio.toml b/schema/schema/audio.toml index 5b676839ec..db6a89e1e6 100644 --- a/schema/schema/audio.toml +++ b/schema/schema/audio.toml @@ -3,8 +3,8 @@ id = "audio" name = "Audio" description = "Audio functionality and state." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.is_audio_player] type = "Empty" diff --git a/schema/schema/camera.toml b/schema/schema/camera.toml index 21597ed5f1..9766bb413e 100644 --- a/schema/schema/camera.toml +++ b/schema/schema/camera.toml @@ -3,8 +3,8 @@ id = "camera" name = "Camera" description = "Camera matrices, types, parameters, and more." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.active_camera] type = "F32" diff --git a/schema/schema/ecs.toml b/schema/schema/ecs.toml index e852b0d659..f48864b3c3 100644 --- a/schema/schema/ecs.toml +++ b/schema/schema/ecs.toml @@ -3,8 +3,8 @@ id = "ecs" name = "Entity Component System" description = "Core components for the ECS and entities." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.dont_despawn_on_unload] type = "Empty" diff --git a/schema/schema/hierarchy.toml b/schema/schema/hierarchy.toml index 8a19b3b571..adf67bdca5 100644 --- a/schema/schema/hierarchy.toml +++ b/schema/schema/hierarchy.toml @@ -3,8 +3,8 @@ id = "hierarchy" name = "Hierarchy" description = "Parent/child relationships." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.parent] type = "EntityId" diff --git a/schema/schema/input.toml b/schema/schema/input.toml index 1ac08ecc16..21c5167d56 100644 --- a/schema/schema/input.toml +++ b/schema/schema/input.toml @@ -3,8 +3,8 @@ id = "input" name = "Input" description = "Mouse, keyboard and controller input." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.mouse_over_entity] type = "EntityId" diff --git a/schema/schema/layout.toml b/schema/schema/layout.toml index 54154560cf..7d93d772d2 100644 --- a/schema/schema/layout.toml +++ b/schema/schema/layout.toml @@ -3,8 +3,8 @@ id = "layout" name = "Layout" description = "Layout components such as flow, margins etc." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.align_horizontal] type = "Align" diff --git a/schema/schema/model.toml b/schema/schema/model.toml index 7828889bb2..24ddb2eed0 100644 --- a/schema/schema/model.toml +++ b/schema/schema/model.toml @@ -3,8 +3,8 @@ id = "model" name = "Model" description = "Information about models attached to entities." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.model_animatable] type = "Bool" diff --git a/schema/schema/network.toml b/schema/schema/network.toml index ba7cd81dd8..fd654bb057 100644 --- a/schema/schema/network.toml +++ b/schema/schema/network.toml @@ -3,8 +3,8 @@ id = "network" name = "Network" description = "Network-related state." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.is_remote_entity] type = "Empty" diff --git a/schema/schema/package.toml b/schema/schema/package.toml index 9cd8c54e11..884105967c 100644 --- a/schema/schema/package.toml +++ b/schema/schema/package.toml @@ -3,8 +3,8 @@ id = "package" name = "Package" description = "Package-related state and functionality." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [enums.PackageContent] description = "The content type of the package." diff --git a/schema/schema/physics.toml b/schema/schema/physics.toml index 2f0d46a638..b06a0bb506 100644 --- a/schema/schema/physics.toml +++ b/schema/schema/physics.toml @@ -3,8 +3,8 @@ id = "physics" name = "Physics" description = "Physics functionality and state." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.angular_velocity] type = "Vec3" diff --git a/schema/schema/player.toml b/schema/schema/player.toml index 83341ea266..959d5829dd 100644 --- a/schema/schema/player.toml +++ b/schema/schema/player.toml @@ -3,8 +3,8 @@ id = "player" name = "Player" description = "Components that are attached to player entities." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.local_user_id] type = "String" diff --git a/schema/schema/prefab.toml b/schema/schema/prefab.toml index b3c1ffeb70..adb04f5575 100644 --- a/schema/schema/prefab.toml +++ b/schema/schema/prefab.toml @@ -3,8 +3,8 @@ id = "prefab" name = "Prefab" description = "Prefab-related state, including loading of prefabs." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.prefab_from_url] type = "String" diff --git a/schema/schema/primitives.toml b/schema/schema/primitives.toml index 60addde2e3..17603fcaaa 100644 --- a/schema/schema/primitives.toml +++ b/schema/schema/primitives.toml @@ -3,8 +3,8 @@ id = "primitives" name = "Primitives" description = "Components that create primitive (in the geometric sense) objects from their attached entities." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.cube] type = "Empty" diff --git a/schema/schema/procedurals.toml b/schema/schema/procedurals.toml index 21b5198fb5..5fde29033c 100644 --- a/schema/schema/procedurals.toml +++ b/schema/schema/procedurals.toml @@ -3,8 +3,8 @@ id = "procedurals" name = "Procedurals" description = "Procedural asset functionality and related." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.procedural_mesh] type = "ProceduralMeshHandle" diff --git a/schema/schema/rect.toml b/schema/schema/rect.toml index 10bf30b390..9412314692 100644 --- a/schema/schema/rect.toml +++ b/schema/schema/rect.toml @@ -3,8 +3,8 @@ id = "rect" name = "Rect" description = "Rounded corners rectangle rendering components, with an optional border." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.background_color] type = "Vec4" diff --git a/schema/schema/rendering.toml b/schema/schema/rendering.toml index 2da270b5ba..6b758050b7 100644 --- a/schema/schema/rendering.toml +++ b/schema/schema/rendering.toml @@ -3,8 +3,8 @@ id = "rendering" name = "Rendering" description = "Rendering-related state, including global rendering parameters and per-entity state." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.cast_shadows] type = "Empty" diff --git a/schema/schema/text.toml b/schema/schema/text.toml index 2e115ba32d..99d1ff7a9d 100644 --- a/schema/schema/text.toml +++ b/schema/schema/text.toml @@ -3,8 +3,8 @@ id = "text" name = "Text" description = "Text rendering." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.font_family] type = "String" diff --git a/schema/schema/transform.toml b/schema/schema/transform.toml index 4340c7a801..c9a8516d78 100644 --- a/schema/schema/transform.toml +++ b/schema/schema/transform.toml @@ -3,8 +3,8 @@ id = "transform" name = "Transform" description = "Entity transform state (including translation, rotation and scale), as well as other transformations for this entity." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.cylindrical_billboard_z] type = "Empty" diff --git a/schema/schema/ui.toml b/schema/schema/ui.toml index 413b7d4274..66192b2822 100644 --- a/schema/schema/ui.toml +++ b/schema/schema/ui.toml @@ -3,8 +3,8 @@ id = "ui" name = "UI" description = "User interface components" content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.focus] type = "String" diff --git a/schema/schema/wasm.toml b/schema/schema/wasm.toml index e51f080f7f..d0b62ffb70 100644 --- a/schema/schema/wasm.toml +++ b/schema/schema/wasm.toml @@ -3,8 +3,8 @@ id = "wasm" name = "WASM" description = "State related to WASM functionality." content = { type = "Asset", schema = true } -version = "0.3.0-nightly-2023-09-20" -ambient_version = "0.3.0-nightly-2023-09-20" +version = "0.3.0-nightly-2023-09-22" +ambient_version = "0.3.0-nightly-2023-09-22" [components.is_module] name = "Is module" diff --git a/shared_crates/element/Cargo.toml b/shared_crates/element/Cargo.toml index f1c57f990e..7a9e66c4fe 100644 --- a/shared_crates/element/Cargo.toml +++ b/shared_crates/element/Cargo.toml @@ -9,14 +9,14 @@ rust-version = { workspace = true } version = { workspace = true } [dependencies] -ambient_guest_bridge = { path = "../guest_bridge", default-features = false , version = "0.3.0-dev" } -ambient_element_component = { path = "../element_component" , version = "0.3.0-dev" } -ambient_cb = { path = "../../libs/cb" , version = "0.3.0-dev" } -ambient_friendly_id = { path = "../../libs/friendly_id" , version = "0.3.0-dev" } +ambient_guest_bridge = { path = "../guest_bridge", default-features = false , version = "0.3.0-nightly-2023-09-22" } +ambient_element_component = { path = "../element_component" , version = "0.3.0-nightly-2023-09-22" } +ambient_cb = { path = "../../libs/cb" , version = "0.3.0-nightly-2023-09-22" } +ambient_friendly_id = { path = "../../libs/friendly_id" , version = "0.3.0-nightly-2023-09-22" } # Only on native -ambient_sys = { path = "../../crates/sys", optional = true , version = "0.3.0-dev" } -ambient_core = { path = "../../crates/core", optional = true , version = "0.3.0-dev" } +ambient_sys = { path = "../../crates/sys", optional = true , version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../../crates/core", optional = true , version = "0.3.0-nightly-2023-09-22" } tokio = { workspace = true, optional = true } parking_lot = { workspace = true } diff --git a/shared_crates/guest_bridge/Cargo.toml b/shared_crates/guest_bridge/Cargo.toml index 83fa1d8306..6b1d4f677a 100644 --- a/shared_crates/guest_bridge/Cargo.toml +++ b/shared_crates/guest_bridge/Cargo.toml @@ -14,21 +14,21 @@ targets = ["wasm32-wasi"] [dependencies] # Native only -ambient_ecs = { path = "../../crates/ecs", optional = true, version = "0.3.0-dev" } -ambient_core = { path = "../../crates/core", optional = true, version = "0.3.0-dev" } -ambient_layout = { path = "../../crates/layout", optional = true, version = "0.3.0-dev" } -ambient_renderer = { path = "../../crates/renderer", optional = true, version = "0.3.0-dev" } -ambient_text = { path = "../../crates/text", optional = true, version = "0.3.0-dev" } -ambient_rect = { path = "../../crates/rect", optional = true, version = "0.3.0-dev" } -ambient_input = { path = "../../crates/input", optional = true, version = "0.3.0-dev" } -ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.0-dev" } +ambient_ecs = { path = "../../crates/ecs", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_core = { path = "../../crates/core", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_layout = { path = "../../crates/layout", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_renderer = { path = "../../crates/renderer", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_text = { path = "../../crates/text", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_rect = { path = "../../crates/rect", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_input = { path = "../../crates/input", optional = true, version = "0.3.0-nightly-2023-09-22" } +ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } # Guest only -ambient_api_core = { path = "../../guest/rust/api_core", optional = true, version = "0.3.0-dev" } +ambient_api_core = { path = "../../guest/rust/api_core", optional = true, version = "0.3.0-nightly-2023-09-22" } # Shared -ambient_shared_types = { path = "../shared_types", version = "0.3.0-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.0-nightly-2023-09-22" } [target.'cfg(not(target_os = "unknown"))'.dependencies] arboard = { workspace = true, optional = true } diff --git a/shared_crates/package/Cargo.toml b/shared_crates/package/Cargo.toml index 04a5d6e0c6..d5f86905d1 100644 --- a/shared_crates/package/Cargo.toml +++ b/shared_crates/package/Cargo.toml @@ -12,7 +12,7 @@ quote = "1.0" syn = "1.0" proc-macro2 = "1.0" -ambient_shared_types = { path = "../shared_types", version = "0.3.0-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.0-nightly-2023-09-22" } serde = { workspace = true } toml = { workspace = true } diff --git a/shared_crates/package_macro_common/Cargo.toml b/shared_crates/package_macro_common/Cargo.toml index f217ed67ca..fb2bc6a412 100644 --- a/shared_crates/package_macro_common/Cargo.toml +++ b/shared_crates/package_macro_common/Cargo.toml @@ -15,9 +15,9 @@ syn = { workspace = true } proc-macro2 = { workspace = true } glam = { workspace = true } -ambient_package = { path = "../package" , version = "0.3.0-dev" } -ambient_package_semantic = { path = "../package_semantic" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../shared_types" , version = "0.3.0-dev" } +ambient_package = { path = "../package" , version = "0.3.0-nightly-2023-09-22" } +ambient_package_semantic = { path = "../package_semantic" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../shared_types" , version = "0.3.0-nightly-2023-09-22" } [dev-dependencies] indoc = "2.0" diff --git a/shared_crates/package_rt/Cargo.toml b/shared_crates/package_rt/Cargo.toml index be6997ceea..c240f84d43 100644 --- a/shared_crates/package_rt/Cargo.toml +++ b/shared_crates/package_rt/Cargo.toml @@ -14,4 +14,4 @@ thiserror = { workspace = true } ulid = { workspace = true } paste = { workspace = true } -ambient_shared_types = { path = "../shared_types", version = "0.3.0-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.0-nightly-2023-09-22" } diff --git a/shared_crates/package_semantic/Cargo.toml b/shared_crates/package_semantic/Cargo.toml index 925a8f3d07..5162017b22 100644 --- a/shared_crates/package_semantic/Cargo.toml +++ b/shared_crates/package_semantic/Cargo.toml @@ -8,10 +8,10 @@ rust-version = { workspace = true } version = { workspace = true } [dependencies] -ambient_package = { path = "../package" , version = "0.3.0-dev" } -ambient_shared_types = { path = "../shared_types" , version = "0.3.0-dev" } -ambient_schema = { path = "../schema" , version = "0.3.0-dev" } -ambient_std = { path = "../std" , version = "0.3.0-dev" } +ambient_package = { path = "../package" , version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../shared_types" , version = "0.3.0-nightly-2023-09-22" } +ambient_schema = { path = "../schema" , version = "0.3.0-nightly-2023-09-22" } +ambient_std = { path = "../std" , version = "0.3.0-nightly-2023-09-22" } anyhow = { workspace = true } ulid = { workspace = true } diff --git a/shared_crates/ui/Cargo.toml b/shared_crates/ui/Cargo.toml index 977439e321..666ff1973d 100644 --- a/shared_crates/ui/Cargo.toml +++ b/shared_crates/ui/Cargo.toml @@ -14,17 +14,17 @@ targets = ["wasm32-wasi"] [dependencies] # Shared -ambient_element = { path = "../element", default-features = false, version = "0.3.0-dev" } -ambient_guest_bridge = { path = "../guest_bridge", default-features = false, version = "0.3.0-dev" } +ambient_element = { path = "../element", default-features = false, version = "0.3.0-nightly-2023-09-22" } +ambient_guest_bridge = { path = "../guest_bridge", default-features = false, version = "0.3.0-nightly-2023-09-22" } -ambient_cb = { path = "../../libs/cb", version = "0.3.0-dev" } -ambient_color = { path = "../../libs/color", version = "0.3.0-dev" } -ambient_math = { path = "../../libs/math", version = "0.3.0-dev" } -ambient_time = { path = "../../libs/time", version = "0.3.0-dev" } -ambient_shared_types = { path = "../shared_types", version = "0.3.0-dev" } +ambient_cb = { path = "../../libs/cb", version = "0.3.0-nightly-2023-09-22" } +ambient_color = { path = "../../libs/color", version = "0.3.0-nightly-2023-09-22" } +ambient_math = { path = "../../libs/math", version = "0.3.0-nightly-2023-09-22" } +ambient_time = { path = "../../libs/time", version = "0.3.0-nightly-2023-09-22" } +ambient_shared_types = { path = "../shared_types", version = "0.3.0-nightly-2023-09-22" } # Host only -ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.0-dev" } +ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.0-nightly-2023-09-22" } glam = { workspace = true } itertools = { workspace = true } diff --git a/web/Cargo.toml b/web/Cargo.toml index f5da8b914e..04528134e1 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["client"] resolver = "2" [workspace.package] -version = "0.3.0-dev" +version = "0.3.0-nightly-2023-09-22" rust-version = "1.70.0" [workspace.dependencies]