Skip to content

Commit

Permalink
Update version to 0.3.2-nightly-2024-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
moose-jobs committed Jan 6, 2024
1 parent 7839b63 commit 09c3dc4
Show file tree
Hide file tree
Showing 178 changed files with 1,001 additions and 1,001 deletions.
156 changes: 78 additions & 78 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/*", "libs/*", "shared_crates/*", "app", "campfire", "schema"]
resolver = "2"

[workspace.package]
version = "0.3.2-dev"
version = "0.3.2-nightly-2024-01-06"
rust-version = "1.70.0"

[workspace.dependencies]
Expand Down
68 changes: 34 additions & 34 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,42 @@ rust-version = { workspace = true }
repository = "https://github.com/AmbientRun/Ambient"

[dependencies]
ambient_sys = { path = "../crates/sys" , version = "0.3.2-dev" }
ambient_animation = { path = "../crates/animation" , version = "0.3.2-dev" }
ambient_app = { path = "../crates/app" , version = "0.3.2-dev" }
ambient_audio = { path = "../crates/audio" , version = "0.3.2-dev" }
ambient_build = { path = "../crates/build" , version = "0.3.2-dev" }
ambient_cameras = { path = "../crates/cameras" , version = "0.3.2-dev" }
ambient_cloud_client = { path = "../crates/cloud_client" , version = "0.3.2-dev" }
ambient_core = { path = "../crates/core" , version = "0.3.2-dev" }
ambient_debugger = { path = "../crates/debugger" , version = "0.3.2-dev" }
ambient_decals = { path = "../crates/decals" , version = "0.3.2-dev" }
ambient_deploy = { path = "../crates/deploy" , version = "0.3.2-dev" }
ambient_ecs = { path = "../crates/ecs" , version = "0.3.2-dev" }
ambient_git_rev_init = { path = "../crates/git_rev_init" , version = "0.3.2-dev" }
ambient_gizmos = { path = "../crates/gizmos" , version = "0.3.2-dev" }
ambient_model_import = { path = "../crates/model_import" , version = "0.3.2-dev" }
ambient_network = { path = "../crates/network" , version = "0.3.2-dev" }
ambient_prefab = { path = "../crates/prefab" , version = "0.3.2-dev" }
ambient_physics = { path = "../crates/physics" , version = "0.3.2-dev" }
ambient_primitives = { path = "../crates/primitives" , version = "0.3.2-dev" }
ambient_rpc = { path = "../crates/rpc" , version = "0.3.2-dev" }
ambient_native_std = { path = "../crates/native_std" , version = "0.3.2-dev" }
ambient_ui_native = { path = "../crates/ui_native" , version = "0.3.2-dev" }
ambient_world_audio = { path = "../crates/world_audio" , version = "0.3.2-dev" }
ambient_sky = { path = "../crates/sky" , version = "0.3.2-dev" }
ambient_water = { path = "../crates/water" , version = "0.3.2-dev" }
ambient_client_shared = { path = "../crates/client_shared/" , version = "0.3.2-dev" }
ambient_package_semantic_native = { path = "../crates/package_semantic_native" , version = "0.3.2-dev" }
ambient_settings = { path = "../crates/settings" , version = "0.3.2-dev" }
ambient_sys = { path = "../crates/sys" , version = "0.3.2-nightly-2024-01-06" }
ambient_animation = { path = "../crates/animation" , version = "0.3.2-nightly-2024-01-06" }
ambient_app = { path = "../crates/app" , version = "0.3.2-nightly-2024-01-06" }
ambient_audio = { path = "../crates/audio" , version = "0.3.2-nightly-2024-01-06" }
ambient_build = { path = "../crates/build" , version = "0.3.2-nightly-2024-01-06" }
ambient_cameras = { path = "../crates/cameras" , version = "0.3.2-nightly-2024-01-06" }
ambient_cloud_client = { path = "../crates/cloud_client" , version = "0.3.2-nightly-2024-01-06" }
ambient_core = { path = "../crates/core" , version = "0.3.2-nightly-2024-01-06" }
ambient_debugger = { path = "../crates/debugger" , version = "0.3.2-nightly-2024-01-06" }
ambient_decals = { path = "../crates/decals" , version = "0.3.2-nightly-2024-01-06" }
ambient_deploy = { path = "../crates/deploy" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../crates/ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_git_rev_init = { path = "../crates/git_rev_init" , version = "0.3.2-nightly-2024-01-06" }
ambient_gizmos = { path = "../crates/gizmos" , version = "0.3.2-nightly-2024-01-06" }
ambient_model_import = { path = "../crates/model_import" , version = "0.3.2-nightly-2024-01-06" }
ambient_network = { path = "../crates/network" , version = "0.3.2-nightly-2024-01-06" }
ambient_prefab = { path = "../crates/prefab" , version = "0.3.2-nightly-2024-01-06" }
ambient_physics = { path = "../crates/physics" , version = "0.3.2-nightly-2024-01-06" }
ambient_primitives = { path = "../crates/primitives" , version = "0.3.2-nightly-2024-01-06" }
ambient_rpc = { path = "../crates/rpc" , version = "0.3.2-nightly-2024-01-06" }
ambient_native_std = { path = "../crates/native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_ui_native = { path = "../crates/ui_native" , version = "0.3.2-nightly-2024-01-06" }
ambient_world_audio = { path = "../crates/world_audio" , version = "0.3.2-nightly-2024-01-06" }
ambient_sky = { path = "../crates/sky" , version = "0.3.2-nightly-2024-01-06" }
ambient_water = { path = "../crates/water" , version = "0.3.2-nightly-2024-01-06" }
ambient_client_shared = { path = "../crates/client_shared/" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_semantic_native = { path = "../crates/package_semantic_native" , version = "0.3.2-nightly-2024-01-06" }
ambient_settings = { path = "../crates/settings" , version = "0.3.2-nightly-2024-01-06" }

ambient_element = { path = "../shared_crates/element" , version = "0.3.2-dev" }
ambient_package = { path = "../shared_crates/package" , version = "0.3.2-dev" }
ambient_package_semantic = { path = "../shared_crates/package_semantic" , version = "0.3.2-dev" }
ambient_std = { path = "../shared_crates/std" , version = "0.3.2-dev" }
ambient_element = { path = "../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" }
ambient_package = { path = "../shared_crates/package" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_semantic = { path = "../shared_crates/package_semantic" , version = "0.3.2-nightly-2024-01-06" }
ambient_std = { path = "../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" }
ambient_shared_types = { path = "../shared_crates/shared_types", features = [
"native",
] , version = "0.3.2-dev" }
] , version = "0.3.2-nightly-2024-01-06" }

tracing-tree = { workspace = true, optional = true }
tracing-stackdriver = { workspace = true, optional = true }
Expand Down Expand Up @@ -92,4 +92,4 @@ debug-local-datagram-latency = ["ambient_wasm/debug-local-datagram-latency"]
axum = { workspace = true }
axum-server = { workspace = true }
rustls = { workspace = true }
ambient_wasm = { path = "../crates/wasm" , version = "0.3.2-dev" }
ambient_wasm = { path = "../crates/wasm" , version = "0.3.2-nightly-2024-01-06" }
8 changes: 4 additions & 4 deletions crates/animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" }
ambient_core = { path = "../core" , version = "0.3.2-dev" }
ambient_model = { path = "../model" , version = "0.3.2-nightly-2024-01-06" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" }
glam = { workspace = true }
ordered-float = { workspace = true }
serde = { workspace = true }
Expand Down
36 changes: 18 additions & 18 deletions crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" }
ambient_core = { path = "../core" , version = "0.3.2-dev" }
ambient_gizmos = { path = "../gizmos" , version = "0.3.2-dev" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" }
ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-dev" }
ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" }
ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" }
ambient_ui_native = { path = "../ui_native" , version = "0.3.2-dev" }
ambient_focus = { path = "../focus" , version = "0.3.2-dev" }
ambient_input = { path = "../input" , version = "0.3.2-dev" }
ambient_model = { path = "../model" , version = "0.3.2-dev" }
ambient_animation = { path = "../animation" , version = "0.3.2-dev" }
ambient_procedurals = { path = "../procedurals" , version = "0.3.2-dev" }
ambient_settings = { path = "../settings" , version = "0.3.2-dev" }
ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" }
ambient_gizmos = { path = "../gizmos" , version = "0.3.2-nightly-2024-01-06" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" }
ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" }
ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_ui_native = { path = "../ui_native" , version = "0.3.2-nightly-2024-01-06" }
ambient_focus = { path = "../focus" , version = "0.3.2-nightly-2024-01-06" }
ambient_input = { path = "../input" , version = "0.3.2-nightly-2024-01-06" }
ambient_model = { path = "../model" , version = "0.3.2-nightly-2024-01-06" }
ambient_animation = { path = "../animation" , version = "0.3.2-nightly-2024-01-06" }
ambient_procedurals = { path = "../procedurals" , version = "0.3.2-nightly-2024-01-06" }
ambient_settings = { path = "../settings" , version = "0.3.2-nightly-2024-01-06" }

ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" }
ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" }

winit = { workspace = true }
flume = { workspace = true }
Expand All @@ -41,7 +41,7 @@ tracing = { workspace = true }
parking_lot = { workspace = true }

[dev-dependencies]
ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" }
ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" }

[features]
profile = ["puffin", "puffin_http", "profiling/profile-with-puffin"]
Expand Down
2 changes: 1 addition & 1 deletion crates/asset_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" }
serde = { workspace = true }
as-any = { workspace = true }
async-trait = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" }
flume = { workspace = true }
derive_more = { workspace = true }
thiserror = { workspace = true }
Expand All @@ -26,11 +26,11 @@ ordered-float = { workspace = true }
dashmap = { workspace = true }
derivative = { workspace = true }

ambient_ui_native = { path = "../ui_native" , version = "0.3.2-dev" }
ambient_ui_native = { path = "../ui_native" , version = "0.3.2-nightly-2024-01-06" }
cpal = "0.14.2"
lewton = "0.10.2"
hound = "3.5.0"
ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
serde = { workspace = true, features = ["derive"] }

circular-queue = "0.2"
Expand Down
44 changes: 22 additions & 22 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ edition = "2021"
# 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.2-dev" }
ambient_asset_cache = { path = "../asset_cache" , version = "0.3.2-dev" }
ambient_model_import = { path = "../model_import" , version = "0.3.2-dev" }
ambient_model = { path = "../model" , version = "0.3.2-dev" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" }
ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" }
ambient_core = { path = "../core" , version = "0.3.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" }
ambient_world_audio = { path = "../world_audio" , version = "0.3.2-dev" }
ambient_physics = { path = "../physics" , version = "0.3.2-dev" }
ambient_rustc = { path = "../rustc" , version = "0.3.2-dev" }
ambient_decals = { path = "../decals" , version = "0.3.2-dev" }
ambient_wasm = { path = "../wasm" , version = "0.3.2-dev" }
ambient_pipeline_types = { path = "../pipeline_types" , version = "0.3.2-dev" }
ambient_package_semantic_native = { path = "../package_semantic_native" , version = "0.3.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_asset_cache = { path = "../asset_cache" , version = "0.3.2-nightly-2024-01-06" }
ambient_model_import = { path = "../model_import" , version = "0.3.2-nightly-2024-01-06" }
ambient_model = { path = "../model" , version = "0.3.2-nightly-2024-01-06" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" }
ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" }
ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_world_audio = { path = "../world_audio" , version = "0.3.2-nightly-2024-01-06" }
ambient_physics = { path = "../physics" , version = "0.3.2-nightly-2024-01-06" }
ambient_rustc = { path = "../rustc" , version = "0.3.2-nightly-2024-01-06" }
ambient_decals = { path = "../decals" , version = "0.3.2-nightly-2024-01-06" }
ambient_wasm = { path = "../wasm" , version = "0.3.2-nightly-2024-01-06" }
ambient_pipeline_types = { path = "../pipeline_types" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_semantic_native = { path = "../package_semantic_native" , version = "0.3.2-nightly-2024-01-06" }

ambient_package = { path = "../../shared_crates/package" , version = "0.3.2-dev" }
ambient_package_semantic = { path = "../../shared_crates/package_semantic" , version = "0.3.2-dev" }
ambient_package_json = { path = "../../shared_crates/package_json" , version = "0.3.2-dev" }
ambient_package_docgen = { path = "../../shared_crates/package_docgen" , version = "0.3.2-dev" }
ambient_package = { path = "../../shared_crates/package" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_semantic = { path = "../../shared_crates/package_semantic" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_json = { path = "../../shared_crates/package_json" , version = "0.3.2-nightly-2024-01-06" }
ambient_package_docgen = { path = "../../shared_crates/package_docgen" , version = "0.3.2-nightly-2024-01-06" }

ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-dev" }
ambient_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.2-dev" }
ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" }
ambient_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.2-nightly-2024-01-06" }

ambient_unity_parser = { path = "../../libs/unity_parser" , version = "0.3.2-dev" }
ambient_unity_parser = { path = "../../libs/unity_parser" , version = "0.3.2-nightly-2024-01-06" }

walkdir = { workspace = true }
futures = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions crates/cameras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" }
ambient_core = { path = "../core" , version = "0.3.2-dev" }
ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" }
ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" }
winit = { workspace = true }
derive_more = { workspace = true }
glam = { workspace = true }
20 changes: 10 additions & 10 deletions crates/client_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ 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.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" }
ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" }
ambient_input = { path = "../input" , version = "0.3.2-dev" }
ambient_network = { path = "../network/" , version = "0.3.2-dev" }
ambient_shared_types = { path = "../../shared_crates/shared_types/" , version = "0.3.2-dev" }
ambient_ui_native = { path = "../ui_native/" , version = "0.3.2-dev" }
ambient_layout = { path = "../layout/" , version = "0.3.2-dev" }
ambient_debugger = { path = "../debugger/" , version = "0.3.2-dev" }
ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" }
ambient_input = { path = "../input" , version = "0.3.2-nightly-2024-01-06" }
ambient_network = { path = "../network/" , version = "0.3.2-nightly-2024-01-06" }
ambient_shared_types = { path = "../../shared_crates/shared_types/" , version = "0.3.2-nightly-2024-01-06" }
ambient_ui_native = { path = "../ui_native/" , version = "0.3.2-nightly-2024-01-06" }
ambient_layout = { path = "../layout/" , version = "0.3.2-nightly-2024-01-06" }
ambient_debugger = { path = "../debugger/" , version = "0.3.2-nightly-2024-01-06" }

ambient_ecs_editor = { path = "../ecs_editor/" , version = "0.3.2-dev" }
ambient_ecs_editor = { path = "../ecs_editor/" , version = "0.3.2-nightly-2024-01-06" }

glam = { workspace = true }
rand = { workspace = true }
6 changes: 3 additions & 3 deletions crates/cloud_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_native_std = { path = "../native_std", version = "0.3.2-dev" }
ambient_sys = { path = "../sys", version = "0.3.2-dev" }
ambient_asset_cache = { path = "../asset_cache/", version = "0.3.2-nightly-2024-01-06" }
ambient_native_std = { path = "../native_std", version = "0.3.2-nightly-2024-01-06" }
ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" }

anyhow = { workspace = true }
tracing = { workspace = true }
Expand Down
10 changes: 5 additions & 5 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-dev" }
ambient_sys = { path = "../sys" , version = "0.3.2-dev" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" }
ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-dev" }
ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" }
ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" }
ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" }
ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" }
ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-nightly-2024-01-06" }

itertools = { workspace = true }
yaml-rust = { workspace = true }
Expand Down
Loading

0 comments on commit 09c3dc4

Please sign in to comment.