From 09c3dc4fcd2699864c920cdccd54b4f5f603d806 Mon Sep 17 00:00:00 2001 From: Moose Jobs Date: Sat, 6 Jan 2024 02:26:38 +0000 Subject: [PATCH] Update version to 0.3.2-nightly-2024-01-06 --- Cargo.lock | 156 +++++++-------- Cargo.toml | 2 +- app/Cargo.toml | 68 +++---- crates/animation/Cargo.toml | 8 +- crates/app/Cargo.toml | 36 ++-- crates/asset_cache/Cargo.toml | 2 +- crates/audio/Cargo.toml | 6 +- crates/build/Cargo.toml | 44 ++--- crates/cameras/Cargo.toml | 8 +- crates/client_shared/Cargo.toml | 20 +- crates/cloud_client/Cargo.toml | 6 +- crates/core/Cargo.toml | 10 +- crates/debugger/Cargo.toml | 24 +-- crates/decals/Cargo.toml | 24 +-- crates/deploy/Cargo.toml | 8 +- crates/ecs/Cargo.toml | 12 +- crates/ecs_editor/Cargo.toml | 18 +- crates/focus/Cargo.toml | 2 +- crates/git_rev_init/Cargo.toml | 2 +- crates/gizmos/Cargo.toml | 18 +- crates/gpu/Cargo.toml | 8 +- crates/gpu_ecs/Cargo.toml | 8 +- crates/input/Cargo.toml | 8 +- crates/layout/Cargo.toml | 10 +- crates/meshes/Cargo.toml | 4 +- crates/model/Cargo.toml | 14 +- crates/model_import/Cargo.toml | 32 +-- crates/native_std/Cargo.toml | 16 +- crates/network/Cargo.toml | 26 +-- crates/package_semantic_native/Cargo.toml | 16 +- crates/physics/Cargo.toml | 28 +-- crates/prefab/Cargo.toml | 16 +- crates/primitives/Cargo.toml | 12 +- crates/procedurals/Cargo.toml | 12 +- crates/rect/Cargo.toml | 14 +- crates/renderer/Cargo.toml | 34 ++-- crates/settings/Cargo.toml | 4 +- crates/sky/Cargo.toml | 16 +- crates/text/Cargo.toml | 12 +- crates/ui_native/Cargo.toml | 32 +-- crates/wasm/Cargo.toml | 34 ++-- crates/water/Cargo.toml | 16 +- crates/world_audio/Cargo.toml | 22 +-- docs/src/reference/advanced_installing.md | 2 +- guest/rust/Cargo.lock | 184 +++++++++--------- guest/rust/Cargo.toml | 32 +-- .../rust/examples/assets/assimp/ambient.toml | 6 +- .../examples/assets/basic_model/ambient.toml | 6 +- .../assets/generate_pipeline/ambient.toml | 6 +- .../assets/material_overriding/ambient.toml | 6 +- guest/rust/examples/assets/unity/ambient.toml | 4 +- guest/rust/examples/basics/input/ambient.toml | 4 +- .../examples/basics/multiplayer/ambient.toml | 4 +- .../examples/basics/primitives/ambient.toml | 6 +- .../examples/basics/skinmesh/ambient.toml | 6 +- .../benchmarks/animations/ambient.toml | 12 +- .../first_person_camera/ambient.toml | 12 +- .../third_person_camera/ambient.toml | 14 +- .../examples/intermediate/async/ambient.toml | 4 +- .../intermediate/clientside/ambient.toml | 6 +- .../intermediate/dependencies/ambient.toml | 10 +- .../dependencies/deps/assets/ambient.toml | 4 +- .../dependencies/deps/code/ambient.toml | 6 +- .../intermediate/messaging/ambient.toml | 4 +- .../intermediate/screen_ray/ambient.toml | 6 +- .../rust/examples/physics/basics/ambient.toml | 6 +- .../physics/visualize_colliders/ambient.toml | 6 +- .../examples/rendering/decals/ambient.toml | 6 +- .../rust/examples/rendering/fog/ambient.toml | 6 +- .../examples/rendering/image/ambient.toml | 4 +- .../rendering/instancing/ambient.toml | 4 +- .../rust/examples/rendering/line/ambient.toml | 6 +- .../procedural_generation/ambient.toml | 4 +- .../examples/rendering/raw_text/ambient.toml | 4 +- .../examples/rendering/samplers/ambient.toml | 6 +- .../rust/examples/rendering/sun/ambient.toml | 6 +- .../rendering/transparency/ambient.toml | 6 +- .../rust/examples/ui/audio_ctrl/ambient.toml | 4 +- .../rust/examples/ui/auto_editor/ambient.toml | 4 +- guest/rust/examples/ui/button/ambient.toml | 4 +- guest/rust/examples/ui/clock/ambient.toml | 4 +- guest/rust/examples/ui/counter/ambient.toml | 4 +- .../rust/examples/ui/dock_layout/ambient.toml | 4 +- guest/rust/examples/ui/editors/ambient.toml | 4 +- .../rust/examples/ui/flow_layout/ambient.toml | 4 +- guest/rust/examples/ui/image/ambient.toml | 4 +- guest/rust/examples/ui/rect/ambient.toml | 4 +- guest/rust/examples/ui/screens/ambient.toml | 4 +- guest/rust/examples/ui/scroll/ambient.toml | 4 +- guest/rust/examples/ui/slider/ambient.toml | 4 +- guest/rust/examples/ui/text/ambient.toml | 4 +- guest/rust/examples/ui/todo/ambient.toml | 4 +- .../assets/kenney_digital_audio/ambient.toml | 4 +- .../assets/kenney_impact_sounds/ambient.toml | 4 +- .../assets/kenney_space_kit/ambient.toml | 4 +- .../rust/packages/games/arkanoid/ambient.toml | 4 +- .../rust/packages/games/minigolf/ambient.toml | 6 +- .../games/music_sequencer/ambient.toml | 4 +- guest/rust/packages/games/pong/ambient.toml | 4 +- .../rust/packages/games/tangent/ambient.toml | 48 ++--- .../core/behavior_character/ambient.toml | 16 +- .../core/behavior_vehicle/ambient.toml | 12 +- .../tangent/core/camera_follow/ambient.toml | 6 +- .../games/tangent/core/core/ambient.toml | 16 +- .../games/tangent/core/gun_laser/ambient.toml | 12 +- .../tangent/core/spawner_vehicle/ambient.toml | 8 +- .../core/ui_class_selection/ambient.toml | 6 +- .../tangent/mods/camera_topdown/ambient.toml | 6 +- .../tangent/mods/class_assault/ambient.toml | 10 +- .../tangent/mods/class_scout/ambient.toml | 10 +- .../tangent/mods/class_tank/ambient.toml | 10 +- .../mods/gameplay_daynight/ambient.toml | 4 +- .../mods/gameplay_firerain/ambient.toml | 6 +- .../tangent/mods/level_cubicide/ambient.toml | 12 +- .../mods/level_cubicide_onespawn/ambient.toml | 6 +- .../tangent/mods/pickup_health/ambient.toml | 8 +- .../tangent/mods/reskin_classes/ambient.toml | 6 +- .../tangent/mods/ui_flathud/ambient.toml | 8 +- .../tangent/mods/ui_holohud/ambient.toml | 8 +- .../tangent/mods/ui_spawn_menu/ambient.toml | 8 +- .../mods/vehicle_standard/ambient.toml | 10 +- .../games/tangent/schema/ambient.toml | 8 +- .../packages/games/tictactoe/ambient.toml | 6 +- .../rust/packages/schemas/editor/ambient.toml | 4 +- .../packages/schemas/game_object/ambient.toml | 4 +- guest/rust/packages/schemas/unit/ambient.toml | 6 +- .../packages/std/base_assets/ambient.toml | 4 +- .../std/character_animation/ambient.toml | 8 +- .../std/character_movement/ambient.toml | 6 +- .../rust/packages/std/explosion/ambient.toml | 6 +- .../packages/std/hide_cursor/ambient.toml | 4 +- .../rust/packages/std/nameplates/ambient.toml | 6 +- .../packages/std/orbit_camera/ambient.toml | 4 +- .../std/third_person_controller/ambient.toml | 8 +- .../rust/packages/tools/console/ambient.toml | 4 +- guest/rust/packages/tools/editor/ambient.toml | 8 +- .../tools/input_lag_probe/ambient.toml | 4 +- .../tools/package_manager/ambient.toml | 6 +- .../tools/performance_bar/ambient.toml | 4 +- .../packages/tools/world_latency/ambient.toml | 4 +- .../588-prefab-despawn-panic/ambient.toml | 4 +- libs/unity_parser/Cargo.toml | 2 +- schema/schema/ambient.toml | 4 +- schema/schema/includes/animation.toml | 4 +- schema/schema/includes/app_.toml | 4 +- schema/schema/includes/audio.toml | 4 +- schema/schema/includes/camera.toml | 4 +- schema/schema/includes/ecs.toml | 4 +- schema/schema/includes/hierarchy.toml | 4 +- schema/schema/includes/input.toml | 4 +- schema/schema/includes/layout.toml | 4 +- schema/schema/includes/model.toml | 4 +- schema/schema/includes/network.toml | 4 +- schema/schema/includes/package.toml | 4 +- schema/schema/includes/physics.toml | 4 +- schema/schema/includes/player.toml | 4 +- schema/schema/includes/prefab.toml | 4 +- schema/schema/includes/primitives.toml | 4 +- schema/schema/includes/procedurals.toml | 4 +- schema/schema/includes/rect.toml | 4 +- schema/schema/includes/rendering.toml | 4 +- schema/schema/includes/text.toml | 4 +- schema/schema/includes/transform.toml | 4 +- schema/schema/includes/ui.toml | 4 +- schema/schema/includes/wasm.toml | 4 +- shared_crates/editor_derive/Cargo.toml | 2 +- shared_crates/element/Cargo.toml | 12 +- shared_crates/guest_bridge/Cargo.toml | 20 +- shared_crates/package/Cargo.toml | 2 +- shared_crates/package_docgen/Cargo.toml | 2 +- shared_crates/package_json/Cargo.toml | 2 +- shared_crates/package_macro_common/Cargo.toml | 6 +- shared_crates/package_rt/Cargo.toml | 2 +- shared_crates/package_semantic/Cargo.toml | 10 +- shared_crates/shared_types/Cargo.toml | 2 +- shared_crates/ui/Cargo.toml | 16 +- web/Cargo.lock | 120 ++++++------ web/Cargo.toml | 2 +- 178 files changed, 1001 insertions(+), 1001 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 467f8b87a6..b7d5ea2920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "ambient" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_animation", "ambient_app", @@ -191,7 +191,7 @@ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" [[package]] name = "ambient_animation" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "ambient_api_core" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api_macros", "ambient_package_rt", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "ambient_api_macros" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "proc-macro2", "quote", @@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "ambient_app" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_animation", "ambient_cameras", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "ambient_asset_cache" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_sys", "as-any", @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "ambient_asset_timeline" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "ambient_audio" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "ambient_sys", @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "ambient_build" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_asset_cache", "ambient_core", @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "ambient_cameras" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -421,11 +421,11 @@ dependencies = [ [[package]] name = "ambient_cb" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_client_shared" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_debugger", @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "ambient_cloud_client" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_asset_cache", "ambient_native_std", @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "ambient_color" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam 0.24.2", "hex", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "ambient_core" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "ambient_gpu", @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "ambient_curve" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "glam 0.24.2", @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "ambient_debugger" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "ambient_decals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_asset_cache", @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "ambient_deploy" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "ambient_package", @@ -558,14 +558,14 @@ dependencies = [ [[package]] name = "ambient_dirs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "directories", ] [[package]] name = "ambient_ecs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "ambient_package_macro_common", @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "ambient_ecs_editor" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "ambient_editor" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_decals", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "ambient_editor_derive" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ui_native", "pretty_assertions", @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "ambient_element" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_core", @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "ambient_element_component" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "proc-macro2", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "ambient_focus" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "winit", @@ -712,28 +712,28 @@ dependencies = [ [[package]] name = "ambient_friendly_id" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "rand 0.8.5", ] [[package]] name = "ambient_git_rev" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "once_cell", ] [[package]] name = "ambient_git_rev_init" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_git_rev", ] [[package]] name = "ambient_gizmos" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -756,7 +756,7 @@ dependencies = [ [[package]] name = "ambient_gpu" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "aho-corasick", "ambient_native_std", @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "ambient_gpu_ecs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "ambient_guest_bridge" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api_core", "ambient_core", @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "ambient_input" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "ambient_intent" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "ambient_element", @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "ambient_layout" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "ambient_math" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam 0.24.2", "rand 0.8.5", @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "ambient_meshes" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_gpu", "ambient_native_std", @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "ambient_model" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ambient_model_import" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_animation", "ambient_app", @@ -962,7 +962,7 @@ dependencies = [ [[package]] name = "ambient_native_std" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_asset_cache", "ambient_cb", @@ -1002,7 +1002,7 @@ dependencies = [ [[package]] name = "ambient_naturals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "ambient_network" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_core", @@ -1083,7 +1083,7 @@ dependencies = [ [[package]] name = "ambient_package" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "chrono", @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "ambient_package_docgen" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_package_json", "anyhow", @@ -1120,7 +1120,7 @@ dependencies = [ [[package]] name = "ambient_package_json" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_primitive_component_definitions", "indexmap 2.1.0", @@ -1130,7 +1130,7 @@ dependencies = [ [[package]] name = "ambient_package_macro_common" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_package", "ambient_package_semantic", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "ambient_package_rt" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "byteorder", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_dirs", "ambient_package", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic_native" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_core", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "ambient_physics" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -1231,7 +1231,7 @@ dependencies = [ [[package]] name = "ambient_pipeline_types" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam 0.24.2", "serde", @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "ambient_prefab" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_decals", @@ -1259,11 +1259,11 @@ dependencies = [ [[package]] name = "ambient_primitive_component_definitions" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_primitives" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "ambient_procedurals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1315,7 +1315,7 @@ dependencies = [ [[package]] name = "ambient_rect" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "ambient_renderer" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -1372,7 +1372,7 @@ dependencies = [ [[package]] name = "ambient_rpc" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "bincode", "futures", @@ -1383,7 +1383,7 @@ dependencies = [ [[package]] name = "ambient_rustc" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "anyhow", "is-terminal", @@ -1393,11 +1393,11 @@ dependencies = [ [[package]] name = "ambient_schema" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_settings" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_dirs", "ambient_native_std", @@ -1412,7 +1412,7 @@ dependencies = [ [[package]] name = "ambient_shared_types" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_primitive_component_definitions", "bitflags 1.3.2", @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "ambient_sky" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cameras", "ambient_core", @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "ambient_std" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "thiserror", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "ambient_sys" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "anyhow", "arboard", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "ambient_terrain" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_core", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "ambient_text" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1539,7 +1539,7 @@ dependencies = [ [[package]] name = "ambient_time" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "thiserror", @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "ambient_ui" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_color", @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "ambient_ui_native" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_cameras", @@ -1603,7 +1603,7 @@ dependencies = [ [[package]] name = "ambient_unity_parser" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "anyhow", @@ -1615,7 +1615,7 @@ dependencies = [ [[package]] name = "ambient_wasm" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1667,7 +1667,7 @@ dependencies = [ [[package]] name = "ambient_water" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "ambient_world_audio" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_audio", @@ -2279,7 +2279,7 @@ dependencies = [ [[package]] name = "campfire" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "anyhow", @@ -6141,7 +6141,7 @@ dependencies = [ [[package]] name = "physxx" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "as-any", "bitflags 1.3.2", diff --git a/Cargo.toml b/Cargo.toml index 7cb0681c6b..dcd193c188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/app/Cargo.toml b/app/Cargo.toml index d7cfe50468..b8cc0e9437 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -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 } @@ -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" } diff --git a/crates/animation/Cargo.toml b/crates/animation/Cargo.toml index ec451bc2e5..2dc59bdc3a 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.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 } diff --git a/crates/app/Cargo.toml b/crates/app/Cargo.toml index ac63e055d5..c0708767c7 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.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 } @@ -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"] diff --git a/crates/asset_cache/Cargo.toml b/crates/asset_cache/Cargo.toml index e96c3eefdf..a5db898456 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.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 } diff --git a/crates/audio/Cargo.toml b/crates/audio/Cargo.toml index 4bd05736cb..ab02242239 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.2-dev" } +ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" } flume = { workspace = true } derive_more = { workspace = true } thiserror = { workspace = true } @@ -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" diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 75cb85b82d..2f07d2a35e 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -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 } diff --git a/crates/cameras/Cargo.toml b/crates/cameras/Cargo.toml index f7c6e2f336..8049bceb65 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.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 } diff --git a/crates/client_shared/Cargo.toml b/crates/client_shared/Cargo.toml index 2e9c7affda..fa5bb916ef 100644 --- a/crates/client_shared/Cargo.toml +++ b/crates/client_shared/Cargo.toml @@ -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 } diff --git a/crates/cloud_client/Cargo.toml b/crates/cloud_client/Cargo.toml index 4df96f5b04..a95878480a 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.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 } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 4e1aa859d1..79c4326c86 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.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 } diff --git a/crates/debugger/Cargo.toml b/crates/debugger/Cargo.toml index 89421988ea..2eadf0d99c 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.2-dev" } -ambient_ecs = { path = "../ecs", version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.2-dev" } -ambient_core = { path = "../core", version = "0.3.2-dev" } -ambient_gizmos = { path = "../gizmos", version = "0.3.2-dev" } -ambient_rpc = { path = "../rpc", version = "0.3.2-dev" } -ambient_network = { path = "../network", version = "0.3.2-dev" } -ambient_sys = { path = "../sys", version = "0.3.2-dev" } +ambient_ui_native = { path = "../ui_native", version = "0.3.2-nightly-2024-01-06" } +ambient_ecs = { path = "../ecs", version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std", 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_gizmos = { path = "../gizmos", version = "0.3.2-nightly-2024-01-06" } +ambient_rpc = { path = "../rpc", version = "0.3.2-nightly-2024-01-06" } +ambient_network = { path = "../network", version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" } -ambient_std = { path = "../../shared_crates/std", version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element", version = "0.3.2-dev" } +ambient_std = { path = "../../shared_crates/std", version = "0.3.2-nightly-2024-01-06" } +ambient_element = { path = "../../shared_crates/element", 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" } glam = { workspace = true } wgpu = { workspace = true } diff --git a/crates/decals/Cargo.toml b/crates/decals/Cargo.toml index 7e6c1d41f2..91e64f4fe4 100644 --- a/crates/decals/Cargo.toml +++ b/crates/decals/Cargo.toml @@ -10,22 +10,22 @@ 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_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , 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_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } +ambient_asset_cache = { path = "../asset_cache" , version = "0.3.2-nightly-2024-01-06" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , 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_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_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } tracing = { workspace = true } glam = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } env_logger = { workspace = true } [features] diff --git a/crates/deploy/Cargo.toml b/crates/deploy/Cargo.toml index f5a4f11aa4..b9fcf5134f 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.2-dev" } -ambient_package = { path = "../../shared_crates/package" , version = "0.3.2-dev" } -ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-dev" } -ambient_sys = { path = "../sys" , version = "0.3.2-dev" } +ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" } +ambient_package = { path = "../../shared_crates/package" , version = "0.3.2-nightly-2024-01-06" } +ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } flume = { workspace = true } diff --git a/crates/ecs/Cargo.toml b/crates/ecs/Cargo.toml index 25fff7c060..fb337e6af2 100644 --- a/crates/ecs/Cargo.toml +++ b/crates/ecs/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_sys = { path = "../sys", version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.2-dev" } -ambient_package_rt = { path = "../../shared_crates/package_rt" , 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_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.2-nightly-2024-01-06" } +ambient_package_rt = { path = "../../shared_crates/package_rt" , version = "0.3.2-nightly-2024-01-06" } as-any = { workspace = true } itertools = { workspace = true } @@ -38,8 +38,8 @@ byteorder = { workspace = true } erased-serde = "0.3" [build-dependencies] -ambient_package_macro_common = { path = "../../shared_crates/package_macro_common" , version = "0.3.2-dev" } -ambient_sys = { path = "../sys", version = "0.3.2-dev" } +ambient_package_macro_common = { path = "../../shared_crates/package_macro_common" , version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" } [dev-dependencies] bincode = { workspace = true } diff --git a/crates/ecs_editor/Cargo.toml b/crates/ecs_editor/Cargo.toml index e739881e4a..dc5596f966 100644 --- a/crates/ecs_editor/Cargo.toml +++ b/crates/ecs_editor/Cargo.toml @@ -10,18 +10,18 @@ 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_native_std = { path = "../native_std" , 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_core = { path = "../core" , version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std" , 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_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" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } env_logger = { workspace = true } itertools = { workspace = true } glam = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app", features = ["profile"] , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_app = { path = "../app", features = ["profile"] , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } tokio = { workspace = true } diff --git a/crates/focus/Cargo.toml b/crates/focus/Cargo.toml index 838341bd50..47be738189 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.2-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } winit = { workspace = true } diff --git a/crates/git_rev_init/Cargo.toml b/crates/git_rev_init/Cargo.toml index 85441bfb0c..29de0941cd 100644 --- a/crates/git_rev_init/Cargo.toml +++ b/crates/git_rev_init/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/AmbientRun/Ambient" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ambient_git_rev = { path = "../git_rev", version = "0.3.2-dev" } +ambient_git_rev = { path = "../git_rev", version = "0.3.2-nightly-2024-01-06" } diff --git a/crates/gizmos/Cargo.toml b/crates/gizmos/Cargo.toml index f11bed956d..68893f125f 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } dashmap = { workspace = true } glam = { workspace = true } bytemuck = { workspace = true } @@ -26,9 +26,9 @@ once_cell = "1.18.0" profiling = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } -ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } +ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" } [features] hotload-includes = ['ambient_native_std/hotload-includes'] diff --git a/crates/gpu/Cargo.toml b/crates/gpu/Cargo.toml index 5c96298b66..5e83c11de1 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.2-dev" } -ambient_native_std = { path = "../native_std", 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_settings = { path = "../settings", version = "0.3.2-nightly-2024-01-06" } -ambient_std = { path = "../../shared_crates/std", version = "0.3.2-dev" } +ambient_std = { path = "../../shared_crates/std", version = "0.3.2-nightly-2024-01-06" } aho-corasick = { workspace = true } bytemuck = { workspace = true } diff --git a/crates/gpu_ecs/Cargo.toml b/crates/gpu_ecs/Cargo.toml index 1b7cf2fd04..25a8a282b8 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.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" } derive_more = { workspace = true } glam = { workspace = true } itertools = { workspace = true } @@ -23,5 +23,5 @@ paste = { workspace = true } [dev-dependencies] tokio = { workspace = true } -ambient_core = { path = "../core" , version = "0.3.2-dev" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } tracing-subscriber = { workspace = true } diff --git a/crates/input/Cargo.toml b/crates/input/Cargo.toml index 6724c70276..32e0f1b499 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , 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_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.2-nightly-2024-01-06" } winit = { workspace = true } glam = { workspace = true } serde = { workspace = true } diff --git a/crates/layout/Cargo.toml b/crates/layout/Cargo.toml index d89c5ecf0e..283fce3074 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.2-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_input = { path = "../input" , version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_input = { path = "../input" , version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } itertools = { workspace = true } tracing = { workspace = true } diff --git a/crates/meshes/Cargo.toml b/crates/meshes/Cargo.toml index 85652d1489..6a1af32580 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.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } +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" } glam = { workspace = true } serde = { workspace = true } diff --git a/crates/model/Cargo.toml b/crates/model/Cargo.toml index 56d70bd0fe..06a95e4ad8 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.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , 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_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } futures = { workspace = true } glam = { workspace = true } itertools = { workspace = true } diff --git a/crates/model_import/Cargo.toml b/crates/model_import/Cargo.toml index 51a368ed8c..4b5de39839 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.2-dev" } -ambient_core = { path = "../core", version = "0.3.2-dev" } -ambient_ecs = { path = "../ecs", version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu", version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.2-dev" } -ambient_physics = { path = "../physics", version = "0.3.2-dev" } -ambient_model = { path = "../model", version = "0.3.2-dev" } -ambient_animation = { path = "../animation", version = "0.3.2-dev" } -ambient_pipeline_types = { path = "../pipeline_types", version = "0.3.2-dev" } +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_ecs = { path = "../ecs", 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_physics = { path = "../physics", 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_pipeline_types = { path = "../pipeline_types", version = "0.3.2-nightly-2024-01-06" } -physxx = { path = "../../libs/physxx", version = "0.3.2-dev" } +physxx = { path = "../../libs/physxx", version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } env_logger = { workspace = true } gltf = { workspace = true } @@ -44,12 +44,12 @@ russimp = { workspace = true, optional = true } convert_case = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_gizmos = { path = "../gizmos" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_gizmos = { path = "../gizmos" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } -ambient_element = { path = "../../shared_crates/element" , 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_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" } winit = { workspace = true } diff --git a/crates/native_std/Cargo.toml b/crates/native_std/Cargo.toml index a24b076c71..8d8a71765c 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.2-dev" } -ambient_sys = { path = "../sys", version = "0.3.2-dev" } -ambient_git_rev = { path = "../git_rev", version = "0.3.2-dev" } +ambient_asset_cache = { path = "../asset_cache/", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../sys", version = "0.3.2-nightly-2024-01-06" } +ambient_git_rev = { path = "../git_rev", version = "0.3.2-nightly-2024-01-06" } -ambient_cb = { path = "../../libs/cb", version = "0.3.2-dev" } -ambient_color = { path = "../../libs/color", version = "0.3.2-dev" } -ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.2-dev" } -ambient_math = { path = "../../libs/math", version = "0.3.2-dev" } +ambient_cb = { path = "../../libs/cb", version = "0.3.2-nightly-2024-01-06" } +ambient_color = { path = "../../libs/color", version = "0.3.2-nightly-2024-01-06" } +ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.2-nightly-2024-01-06" } +ambient_math = { path = "../../libs/math", version = "0.3.2-nightly-2024-01-06" } -ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.2-dev" } +ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } tracing = { workspace = true } diff --git a/crates/network/Cargo.toml b/crates/network/Cargo.toml index 595cec9d3f..32f8cf1991 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.2-dev" } -ambient_sys = { path = "../sys", version = "0.3.2-dev" } -ambient_rpc = { path = "../rpc", 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_ui_native = { path = "../ui_native", version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer", version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element", version = "0.3.2-dev" } -ambient_app = { path = "../app", version = "0.3.2-dev" } -ambient_world_audio = { path = "../world_audio", 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_rpc = { path = "../rpc", 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_ui_native = { path = "../ui_native", version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer", version = "0.3.2-nightly-2024-01-06" } +ambient_element = { path = "../../shared_crates/element", version = "0.3.2-nightly-2024-01-06" } +ambient_app = { path = "../app", version = "0.3.2-nightly-2024-01-06" } +ambient_world_audio = { path = "../world_audio", version = "0.3.2-nightly-2024-01-06" } rustls-native-certs = { workspace = true, optional = true } diff --git a/crates/package_semantic_native/Cargo.toml b/crates/package_semantic_native/Cargo.toml index 76d8149e3e..d517441431 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.2-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.2-dev" } -ambient_network = { path = "../network", version = "0.3.2-dev" } -ambient_core = { path = "../core", version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs", version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std", version = "0.3.2-nightly-2024-01-06" } +ambient_network = { path = "../network", version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core", version = "0.3.2-nightly-2024-01-06" } -ambient_cb = { path = "../../libs/cb", version = "0.3.2-dev" } +ambient_cb = { path = "../../libs/cb", 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_shared_types = { path = "../../shared_crates/shared_types", 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_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } thiserror = { workspace = true } diff --git a/crates/physics/Cargo.toml b/crates/physics/Cargo.toml index 0acb32d107..82bce6752b 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.2-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.2-dev" } -ambient_core = { path = "../core", version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes", version = "0.3.2-dev" } -ambient_network = { path = "../network", version = "0.3.2-dev" } -ambient_gizmos = { path = "../gizmos", version = "0.3.2-dev" } -ambient_model = { path = "../model", version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives", version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs", 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_meshes = { path = "../meshes", version = "0.3.2-nightly-2024-01-06" } +ambient_network = { path = "../network", version = "0.3.2-nightly-2024-01-06" } +ambient_gizmos = { path = "../gizmos", version = "0.3.2-nightly-2024-01-06" } +ambient_model = { path = "../model", version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives", version = "0.3.2-nightly-2024-01-06" } -physxx = { path = "../../libs/physxx", version = "0.3.2-dev" } +physxx = { path = "../../libs/physxx", version = "0.3.2-nightly-2024-01-06" } serde = { workspace = true } glam = { workspace = true } itertools = { workspace = true } @@ -35,8 +35,8 @@ ordered-float = { workspace = true } tokio = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" } diff --git a/crates/prefab/Cargo.toml b/crates/prefab/Cargo.toml index 5d9d397010..bf31f9c8d3 100644 --- a/crates/prefab/Cargo.toml +++ b/crates/prefab/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_ecs = { path = "../ecs", version = "0.3.2-dev" } -ambient_sys = { path = "../sys", version = "0.3.2-dev" } -ambient_core = { path = "../core", version = "0.3.2-dev" } -ambient_model = { path = "../model", version = "0.3.2-dev" } -ambient_rpc = { path = "../rpc", version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std", version = "0.3.2-dev" } -ambient_decals = { path = "../decals", 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_core = { path = "../core", version = "0.3.2-nightly-2024-01-06" } +ambient_model = { path = "../model", version = "0.3.2-nightly-2024-01-06" } +ambient_rpc = { path = "../rpc", version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std", version = "0.3.2-nightly-2024-01-06" } +ambient_decals = { path = "../decals", version = "0.3.2-nightly-2024-01-06" } tokio = { workspace = true } anyhow = { workspace = true } async-trait = { workspace = true } serde_json = { workspace = true } [target.'cfg(not(target_os = "unknown"))'.dependencies] -ambient_physics = { path = "../physics", version = "0.3.2-dev" } +ambient_physics = { path = "../physics", version = "0.3.2-nightly-2024-01-06" } diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 13447e821f..4250a8cb94 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.2-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } +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_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } diff --git a/crates/procedurals/Cargo.toml b/crates/procedurals/Cargo.toml index 3b8944edd9..10713f9267 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.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.2-dev" } +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_ecs = { path = "../ecs" , 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_shared_types = { path = "../../shared_crates/shared_types" , version = "0.3.2-nightly-2024-01-06" } wgpu = { workspace = true } paste = { workspace = true } diff --git a/crates/rect/Cargo.toml b/crates/rect/Cargo.toml index 3803b58a5e..cc948358a8 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_layout = { path = "../layout" , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" } +ambient_layout = { path = "../layout" , version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } wgpu = { workspace = true } bytemuck = { workspace = true } diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 9bfbce05af..98fcbf6748 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.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_gpu_ecs = { path = "../gpu_ecs" , 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_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_gpu_ecs = { path = "../gpu_ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_settings = { path = "../settings" , version = "0.3.2-nightly-2024-01-06" } -ambient_color = { path = "../../libs/color", features = ["wgpu"] , version = "0.3.2-dev" } +ambient_color = { path = "../../libs/color", features = ["wgpu"] , version = "0.3.2-nightly-2024-01-06" } as-any = { workspace = true } wgpu = { workspace = true } @@ -37,14 +37,14 @@ anyhow = { workspace = true } tracing = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_gizmos = { path = "../gizmos" , version = "0.3.2-dev" } -ambient_model_import = { path = "../model_import" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } - -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } -ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_gizmos = { path = "../gizmos" , version = "0.3.2-nightly-2024-01-06" } +ambient_model_import = { path = "../model_import" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } + +ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" } +ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" } env_logger = { workspace = true } winit = { workspace = true } diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index cb0875f779..bbf0dd85bf 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/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_native_std = { path = "../native_std", version = "0.3.2-dev" } +ambient_native_std = { path = "../native_std", version = "0.3.2-nightly-2024-01-06" } -ambient_dirs = { path = "../../shared_crates/dirs", version = "0.3.2-dev" } +ambient_dirs = { path = "../../shared_crates/dirs", version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } toml = { workspace = true } diff --git a/crates/sky/Cargo.toml b/crates/sky/Cargo.toml index 425ba919eb..138eca40dd 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.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_gizmos = { path = "../gizmos" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs" , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_gizmos = { path = "../gizmos" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } wgpu = { workspace = true } noise = { workspace = true } glam = { workspace = true } @@ -26,7 +26,7 @@ ordered-float = { workspace = true } tracing = { workspace = true } [dev-dependencies] -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } tokio = { workspace = true } [features] diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index 06ca2bb754..35ede70c59 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_layout = { path = "../layout" , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_layout = { path = "../layout" , version = "0.3.2-nightly-2024-01-06" } 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 60992176a8..ba7ad99255 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_layout = { path = "../layout" , version = "0.3.2-dev" } -ambient_text = { path = "../text" , version = "0.3.2-dev" } -ambient_rect = { path = "../rect" , version = "0.3.2-dev" } -ambient_cb = { path = "../../libs/cb" , version = "0.3.2-dev" } -ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-dev" } -ambient_ui = { path = "../../shared_crates/ui", default-features = false, features = ["native"] , version = "0.3.2-dev" } -ambient_editor_derive = { path = "../../shared_crates/editor_derive" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../core" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_layout = { path = "../layout" , version = "0.3.2-nightly-2024-01-06" } +ambient_text = { path = "../text" , version = "0.3.2-nightly-2024-01-06" } +ambient_rect = { path = "../rect" , version = "0.3.2-nightly-2024-01-06" } +ambient_cb = { path = "../../libs/cb" , version = "0.3.2-nightly-2024-01-06" } +ambient_element = { path = "../../shared_crates/element" , version = "0.3.2-nightly-2024-01-06" } +ambient_ui = { path = "../../shared_crates/ui", default-features = false, features = ["native"] , version = "0.3.2-nightly-2024-01-06" } +ambient_editor_derive = { path = "../../shared_crates/editor_derive" , version = "0.3.2-nightly-2024-01-06" } +ambient_shared_types = { path = "../../shared_crates/shared_types", features = ["native"] , version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } winit = { workspace = true } itertools = { workspace = true } @@ -33,8 +33,8 @@ bytemuck = { workspace = true } tracing = { workspace = true } [dev-dependencies] -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } fixed-vec-deque = { workspace = true } tokio = { workspace = true } itertools = { workspace = true } diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index fd45f3b6c9..3d08af369f 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -7,20 +7,20 @@ edition = "2021" # 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_core = { path = "../core" , version = "0.3.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_input = { path = "../input" , version = "0.3.2-dev" } -ambient_network = { path = "../network" , 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_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_procedurals = { path = "../procedurals" , version = "0.3.2-dev" } -ambient_package_semantic_native = { path = "../package_semantic_native" , version = "0.3.2-dev" } +ambient_sys = { path = "../sys" , 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_input = { path = "../input" , version = "0.3.2-nightly-2024-01-06" } +ambient_network = { path = "../network" , 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_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_procedurals = { path = "../procedurals" , 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_shared_types = { path = "../../shared_crates/shared_types", features = [ "native", -] , version = "0.3.2-dev" } +] , version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } async-trait = { workspace = true } @@ -56,12 +56,12 @@ wasm-bridge = { git = "https://github.com/AmbientRun/wasm-bridge", branch = "wa dunce = "1.0" [build-dependencies] -ambient_package_macro_common = { path = "../../shared_crates/package_macro_common" , version = "0.3.2-dev" } -ambient_sys = { path = "../sys" , version = "0.3.2-dev" } -ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-dev" } +ambient_package_macro_common = { path = "../../shared_crates/package_macro_common" , version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" } +ambient_std = { path = "../../shared_crates/std" , version = "0.3.2-nightly-2024-01-06" } wit-bindgen-core = { workspace = true } wit-bindgen-rust = { workspace = true } -ambient_prefab = { path = "../prefab" , version = "0.3.2-dev" } +ambient_prefab = { path = "../prefab" , version = "0.3.2-nightly-2024-01-06" } [target.'cfg(target_os = "unknown")'.dependencies] wasm-bridge-js = { git = "https://github.com/AmbientRun/wasm-bridge", branch = "wasmtime-git", version = "0.2", features = [ @@ -76,8 +76,8 @@ wasi-cap-std-sync = { workspace = true } wasm-bindgen = { workspace = true } wasm-bindgen-futures = { workspace = true } -ambient_physics = { path = "../physics" , version = "0.3.2-dev" } -physxx = { path = "../../libs/physxx" , version = "0.3.2-dev" } +ambient_physics = { path = "../physics" , version = "0.3.2-nightly-2024-01-06" } +physxx = { path = "../../libs/physxx" , version = "0.3.2-nightly-2024-01-06" } [features] debug-local-datagram-latency = [] diff --git a/crates/water/Cargo.toml b/crates/water/Cargo.toml index 3fcb3d751e..0bfe4017b9 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.2-dev" } -ambient_native_std = { path = "../native_std" , version = "0.3.2-dev" } -ambient_core = { path = "../core" , version = "0.3.2-dev" } -ambient_gpu = { path = "../gpu" , version = "0.3.2-dev" } -ambient_meshes = { path = "../meshes" , version = "0.3.2-dev" } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } -ambient_sky = { path = "../sky" , version = "0.3.2-dev" } +ambient_ecs = { path = "../ecs" , 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_gpu = { path = "../gpu" , version = "0.3.2-nightly-2024-01-06" } +ambient_meshes = { path = "../meshes" , version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } +ambient_sky = { path = "../sky" , version = "0.3.2-nightly-2024-01-06" } wgpu = { workspace = true } glam = { workspace = true } diff --git a/crates/world_audio/Cargo.toml b/crates/world_audio/Cargo.toml index cc2c6cbc7a..2aca55b45e 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.2-dev" } -ambient_ecs = { path = "../ecs" , version = "0.3.2-dev" } -ambient_app = { path = "../app" , version = "0.3.2-dev" } -ambient_ui_native = { path = "../ui_native" , 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-dev" } -ambient_audio = { path = "../audio" , version = "0.3.2-dev" } +ambient_sys = { path = "../sys" , version = "0.3.2-nightly-2024-01-06" } +ambient_ecs = { path = "../ecs" , version = "0.3.2-nightly-2024-01-06" } +ambient_app = { path = "../app" , version = "0.3.2-nightly-2024-01-06" } +ambient_ui_native = { path = "../ui_native" , 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" } +ambient_native_std = { path = "../native_std" , version = "0.3.2-nightly-2024-01-06" } +ambient_audio = { path = "../audio" , version = "0.3.2-nightly-2024-01-06" } # ambient_network = { path = "../network" , version = "0.2.1" } parking_lot = { workspace = true } anyhow = { workspace = true } @@ -35,9 +35,9 @@ derive_more = { workspace = true } [dev-dependencies] tracing-subscriber = { workspace = true } -ambient_renderer = { path = "../renderer" , version = "0.3.2-dev" } -ambient_primitives = { path = "../primitives" , version = "0.3.2-dev" } -ambient_cameras = { path = "../cameras" , version = "0.3.2-dev" } +ambient_renderer = { path = "../renderer" , version = "0.3.2-nightly-2024-01-06" } +ambient_primitives = { path = "../primitives" , version = "0.3.2-nightly-2024-01-06" } +ambient_cameras = { path = "../cameras" , version = "0.3.2-nightly-2024-01-06" } [features] hotload-includes = ['ambient_native_std/hotload-includes'] diff --git a/docs/src/reference/advanced_installing.md b/docs/src/reference/advanced_installing.md index e22d7c8a1d..8125a6add3 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.2-dev ambient +cargo install --git https://github.com/AmbientRun/Ambient.git --tag v0.3.2-nightly-2024-01-06 ambient ``` ### Installing the latest development version diff --git a/guest/rust/Cargo.lock b/guest/rust/Cargo.lock index 2c89fa992c..b6abc9657b 100644 --- a/guest/rust/Cargo.lock +++ b/guest/rust/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ [[package]] name = "ambient_api" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api_core", "ambient_cb", @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "ambient_api_core" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api_macros", "ambient_package_rt", @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "ambient_api_macros" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "proc-macro2", "quote", @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "ambient_brand_theme" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_color", @@ -105,11 +105,11 @@ dependencies = [ [[package]] name = "ambient_cb" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_color" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam", "hex", @@ -142,14 +142,14 @@ dependencies = [ [[package]] name = "ambient_dirs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "directories", ] [[package]] name = "ambient_editor_derive" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "pretty_assertions", "proc-macro-crate", @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "ambient_element" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_element_component", @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "ambient_element_component" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "proc-macro2", @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "ambient_example_arkanoid" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "ambient_example_async" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "ambient_example_audio_ctrl" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "ambient_example_auto_editor" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ambient_example_basic_model" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -228,7 +228,7 @@ dependencies = [ [[package]] name = "ambient_example_button" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "ambient_example_clientside" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "ambient_example_counter" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "ambient_example_decals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "ambient_example_dock_layout" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "ambient_example_editors" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "ambient_example_first_person_camera" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "ambient_example_flow_layout" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -301,7 +301,7 @@ dependencies = [ [[package]] name = "ambient_example_fog" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "ambient_example_generate_pipeline" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "ambient_example_image" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "ambient_example_image_quad" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "ambient_example_input" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "ambient_example_instancing" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "ambient_example_line" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "ambient_example_material_overriding" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "ambient_example_messaging" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -374,7 +374,7 @@ dependencies = [ [[package]] name = "ambient_example_minigolf" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -382,7 +382,7 @@ dependencies = [ [[package]] name = "ambient_example_multiplayer" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "ambient_example_music_sequencer" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ambient_example_physics" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -407,7 +407,7 @@ dependencies = [ [[package]] name = "ambient_example_pong" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "ambient_example_primitives" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -423,7 +423,7 @@ dependencies = [ [[package]] name = "ambient_example_procedural_generation" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "ambient_example_raw_text" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "ambient_example_rect" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "ambient_example_samplers" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "ambient_example_screen_ray" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "ambient_example_screens" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_friendly_id", @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "ambient_example_scroll" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "ambient_example_skinmesh" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "ambient_example_slider" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "ambient_example_sun" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "ambient_example_text" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "ambient_example_third_person_camera" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "ambient_example_tictactoe" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "ambient_example_todo" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -541,7 +541,7 @@ dependencies = [ [[package]] name = "ambient_example_transparency" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -549,14 +549,14 @@ dependencies = [ [[package]] name = "ambient_friendly_id" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "rand 0.8.5", ] [[package]] name = "ambient_guest_bridge" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api_core", "ambient_shared_types", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "ambient_math" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam", "rand 0.8.5", @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "ambient_package" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "chrono", @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "ambient_package_macro_common" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_package", "ambient_package_semantic", @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "ambient_package_projection" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_package_macro_common", "anyhow", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "ambient_package_rt" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "byteorder", @@ -635,7 +635,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_dirs", "ambient_package", @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "ambient_pipeline_types" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam", "serde", @@ -668,15 +668,15 @@ dependencies = [ [[package]] name = "ambient_primitive_component_definitions" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_schema" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_shared_types" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_primitive_component_definitions", "bitflags 1.3.2", @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "ambient_std" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "thiserror", @@ -696,7 +696,7 @@ dependencies = [ [[package]] name = "ambient_testcase_588" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "ambient_time" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools 0.10.5", "thiserror", @@ -712,7 +712,7 @@ dependencies = [ [[package]] name = "ambient_ui" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_color", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "animations" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -780,7 +780,7 @@ checksum = "5b8a30a44e99a1c83ccb2a6298c563c888952a1c9134953db26876528f84c93a" [[package]] name = "assimp" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -921,7 +921,7 @@ dependencies = [ [[package]] name = "code" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -1084,7 +1084,7 @@ dependencies = [ [[package]] name = "dependencies" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -1202,7 +1202,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "explosion" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "gameplay_daynight" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "nameplates" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2006,7 +2006,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "performance_bar" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2671,7 +2671,7 @@ dependencies = [ [[package]] name = "tangent_behavior_character" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2679,7 +2679,7 @@ dependencies = [ [[package]] name = "tangent_behavior_vehicle" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2703,7 +2703,7 @@ dependencies = [ [[package]] name = "tangent_class_assault" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2711,7 +2711,7 @@ dependencies = [ [[package]] name = "tangent_class_scout" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2719,7 +2719,7 @@ dependencies = [ [[package]] name = "tangent_class_tank" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2735,7 +2735,7 @@ dependencies = [ [[package]] name = "tangent_gameplay_fire_rain" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2743,7 +2743,7 @@ dependencies = [ [[package]] name = "tangent_gun_laser" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2759,7 +2759,7 @@ dependencies = [ [[package]] name = "tangent_level_cubicide_one_spawn" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2775,7 +2775,7 @@ dependencies = [ [[package]] name = "tangent_reskin_classes" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2783,7 +2783,7 @@ dependencies = [ [[package]] name = "tangent_spawner_vehicle" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2799,7 +2799,7 @@ dependencies = [ [[package]] name = "tangent_ui_flat_hud" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "tangent_ui_spawn_menu" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -2823,7 +2823,7 @@ dependencies = [ [[package]] name = "tangent_vehicle_standard" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -3095,7 +3095,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unity" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", @@ -3127,7 +3127,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "visualize_colliders" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_api", "ambient_package_projection", diff --git a/guest/rust/Cargo.toml b/guest/rust/Cargo.toml index 31e086d598..d647c87966 100644 --- a/guest/rust/Cargo.toml +++ b/guest/rust/Cargo.toml @@ -104,32 +104,32 @@ resolver = "2" [workspace.package] rust-version = "1.70.0" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [workspace.dependencies] -ambient_api = { path = "api", version = "0.3.2-dev" } -ambient_api_core = { path = "api_core", version = "0.3.2-dev" } -ambient_api_macros = { path = "api_core/api_macros", version = "0.3.2-dev" } +ambient_api = { path = "api", version = "0.3.2-nightly-2024-01-06" } +ambient_api_core = { path = "api_core", version = "0.3.2-nightly-2024-01-06" } +ambient_api_macros = { path = "api_core/api_macros", version = "0.3.2-nightly-2024-01-06" } ambient_package_projection = { path = "api_core/package_projection", version = "0.3.2-dev" } -ambient_brand_theme = { path = "crates/brand_theme", version = "0.3.2-dev" } +ambient_brand_theme = { path = "crates/brand_theme", version = "0.3.2-nightly-2024-01-06" } -ambient_package = { path = "../../shared_crates/package", version = "0.3.2-dev" } -ambient_package_macro_common = { path = "../../shared_crates/package_macro_common", version = "0.3.2-dev" } -ambient_package_rt = { path = "../../shared_crates/package_rt", version = "0.3.2-dev" } -ambient_shared_types = { path = "../../shared_crates/shared_types", version = "0.3.2-dev" } -ambient_ui = { path = "../../shared_crates/ui", version = "0.3.2-dev", features = [ +ambient_package = { path = "../../shared_crates/package", version = "0.3.2-nightly-2024-01-06" } +ambient_package_macro_common = { path = "../../shared_crates/package_macro_common", version = "0.3.2-nightly-2024-01-06" } +ambient_package_rt = { path = "../../shared_crates/package_rt", 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 = { path = "../../shared_crates/ui", version = "0.3.2-nightly-2024-01-06", features = [ "guest", ] } -ambient_element = { path = "../../shared_crates/element", version = "0.3.2-dev", default-features = false, features = [ +ambient_element = { path = "../../shared_crates/element", version = "0.3.2-nightly-2024-01-06", default-features = false, features = [ "guest", ] } -ambient_editor_derive = { path = "../../shared_crates/editor_derive", version = "0.3.2-dev" } +ambient_editor_derive = { path = "../../shared_crates/editor_derive", version = "0.3.2-nightly-2024-01-06" } -ambient_pipeline_types = { path = "../../crates/pipeline_types", version = "0.3.2-dev" } +ambient_pipeline_types = { path = "../../crates/pipeline_types", version = "0.3.2-nightly-2024-01-06" } -ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.2-dev" } -ambient_cb = { path = "../../libs/cb", version = "0.3.2-dev" } -ambient_color = { path = "../../libs/color", version = "0.3.2-dev" } +ambient_friendly_id = { path = "../../libs/friendly_id", version = "0.3.2-nightly-2024-01-06" } +ambient_cb = { path = "../../libs/cb", version = "0.3.2-nightly-2024-01-06" } +ambient_color = { path = "../../libs/color", version = "0.3.2-nightly-2024-01-06" } anyhow = "1.0" thiserror = "1.0" diff --git a/guest/rust/examples/assets/assimp/ambient.toml b/guest/rust/examples/assets/assimp/ambient.toml index 3e015345d9..9474a11f57 100644 --- a/guest/rust/examples/assets/assimp/ambient.toml +++ b/guest/rust/examples/assets/assimp/ambient.toml @@ -2,9 +2,9 @@ id = "ucrv73n74dw42ldnz4kxeadvm5uwzgm5" name = "Assimp" description = "Import over 30+ different 3D file formats into your project, using the built in assimp integration." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/assets/basic_model/ambient.toml b/guest/rust/examples/assets/basic_model/ambient.toml index f0b9ffec39..1d27a14d89 100644 --- a/guest/rust/examples/assets/basic_model/ambient.toml +++ b/guest/rust/examples/assets/basic_model/ambient.toml @@ -2,11 +2,11 @@ id = "x2zcchov26324tx3av4jvrl5xxealush" name = "Basic model loading" description = "Load and render a glb model." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/assets/generate_pipeline/ambient.toml b/guest/rust/examples/assets/generate_pipeline/ambient.toml index 8944f8e3bd..11fd2a5070 100644 --- a/guest/rust/examples/assets/generate_pipeline/ambient.toml +++ b/guest/rust/examples/assets/generate_pipeline/ambient.toml @@ -2,11 +2,11 @@ id = "sssnr4szjawggp2g6drtbubls74c5gwj" name = "Generating pipeline.toml" description = "Use code to generate an asset `pipeline.toml` file." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/assets/material_overriding/ambient.toml b/guest/rust/examples/assets/material_overriding/ambient.toml index a7b677cfa2..ed9ea917a4 100644 --- a/guest/rust/examples/assets/material_overriding/ambient.toml +++ b/guest/rust/examples/assets/material_overriding/ambient.toml @@ -2,11 +2,11 @@ id = "ib2djsnjew5tb2k5igq6le7rzjdwlvhq" name = "Material overriding" description = "Combining a model with a custom material override in the pipeline." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components.is_the_best] type = "Bool" @@ -15,4 +15,4 @@ description = "Declares whether or not the entity this is attached is the best." attributes = ["Networked", "Debuggable"] [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/assets/unity/ambient.toml b/guest/rust/examples/assets/unity/ambient.toml index 3f7d89aee9..1a5941025c 100644 --- a/guest/rust/examples/assets/unity/ambient.toml +++ b/guest/rust/examples/assets/unity/ambient.toml @@ -2,6 +2,6 @@ id = "tt7dtctg4qbptrbe6uahkx2lyuudy2gb" name = "Unity [WIP]" description = "Loading and spawning a Unity prefab. This example currently uses non-redistributable assets that are not included in the example. This will be revised in the near-future." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/basics/input/ambient.toml b/guest/rust/examples/basics/input/ambient.toml index ec595f4312..f7a4451099 100644 --- a/guest/rust/examples/basics/input/ambient.toml +++ b/guest/rust/examples/basics/input/ambient.toml @@ -2,8 +2,8 @@ id = "d563xtcr72ovuuhfkvsgag6z3wiy5jwr" name = "Input" description = "Read keyboard and mouse inputs from the player." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/input" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/basics/multiplayer/ambient.toml b/guest/rust/examples/basics/multiplayer/ambient.toml index 2d6a5ba3e0..7acab738c5 100644 --- a/guest/rust/examples/basics/multiplayer/ambient.toml +++ b/guest/rust/examples/basics/multiplayer/ambient.toml @@ -2,8 +2,8 @@ id = "lkjek6sipx4m4rkufpxy3lybew2khxxu" name = "Multiplayer" description = "A very minimal multiplayer example." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/multiplayer" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/basics/primitives/ambient.toml b/guest/rust/examples/basics/primitives/ambient.toml index 72522bdc08..0c3a25cbb7 100644 --- a/guest/rust/examples/basics/primitives/ambient.toml +++ b/guest/rust/examples/basics/primitives/ambient.toml @@ -2,11 +2,11 @@ id = "ytdci6e6yiglca2d6awwpi2lt5h6sqvg" name = "Primitives" description = "Draw boxes, spheres and other basic shapes." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/primitives" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/basics/skinmesh/ambient.toml b/guest/rust/examples/basics/skinmesh/ambient.toml index 7d1c86d82e..fe9de96ef9 100644 --- a/guest/rust/examples/basics/skinmesh/ambient.toml +++ b/guest/rust/examples/basics/skinmesh/ambient.toml @@ -2,13 +2,13 @@ id = "znidkp3d3rqx7ir7bvs2ahx4sfrr2n7n" name = "Skinmesh" description = "Render a character model with animations." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/skinmesh" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [messages] SetController = { name = "Set controller", description = "Sets the animation controller.", fields = { value = "U32" } } [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/benchmarks/animations/ambient.toml b/guest/rust/examples/benchmarks/animations/ambient.toml index a928d9753c..91de6ad613 100644 --- a/guest/rust/examples/benchmarks/animations/ambient.toml +++ b/guest/rust/examples/benchmarks/animations/ambient.toml @@ -1,12 +1,12 @@ [package] id = "jkfalriqol5mtd7hxq7yssldubgpcf5o" name = "animations" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-05" } -character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-05" } -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } -performance_bar = { path = "../../../packages/tools/performance_bar", id = "kekdhmfpksiukzcvawellrsn5eeevjfd", version = "0.3.2-nightly-2024-01-05" } +base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-06" } +character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-06" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } +performance_bar = { path = "../../../packages/tools/performance_bar", id = "kekdhmfpksiukzcvawellrsn5eeevjfd", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/controllers/first_person_camera/ambient.toml b/guest/rust/examples/controllers/first_person_camera/ambient.toml index a24fa97581..b627723147 100644 --- a/guest/rust/examples/controllers/first_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/first_person_camera/ambient.toml @@ -2,15 +2,15 @@ id = "pfzpi7ypoegwizizej5ojfcsncqa4bet" name = "First-person camera" description = "A simple FPS camera and input example." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-05" } -third_person_controller = { path = "../../../packages/std/third_person_controller", id = "vuph6dqdj6li4apmcgomn3faudcbfz56", version = "0.3.2-nightly-2024-01-05" } -character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-05" } -hide_cursor = { path = "../../../packages/std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-05" } +base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-06" } +third_person_controller = { path = "../../../packages/std/third_person_controller", id = "vuph6dqdj6li4apmcgomn3faudcbfz56", version = "0.3.2-nightly-2024-01-06" } +character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-06" } +hide_cursor = { path = "../../../packages/std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/controllers/third_person_camera/ambient.toml b/guest/rust/examples/controllers/third_person_camera/ambient.toml index 231eb0a749..f22e8271c4 100644 --- a/guest/rust/examples/controllers/third_person_camera/ambient.toml +++ b/guest/rust/examples/controllers/third_person_camera/ambient.toml @@ -2,15 +2,15 @@ id = "ie4hdvkvui6t36yzniyex2hc5i2bradc" name = "Third-person camera" description = "A simple third-person camera controller." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-05" } -third_person_controller = { path = "../../../packages/std/third_person_controller", id = "vuph6dqdj6li4apmcgomn3faudcbfz56", version = "0.3.2-nightly-2024-01-05" } -character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-05" } -hide_cursor = { path = "../../../packages/std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-05" } -nameplates = { path = "../../../packages/std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-05" } +base_assets = { path = "../../../packages/std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-06" } +third_person_controller = { path = "../../../packages/std/third_person_controller", id = "vuph6dqdj6li4apmcgomn3faudcbfz56", version = "0.3.2-nightly-2024-01-06" } +character_animation = { path = "../../../packages/std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-06" } +hide_cursor = { path = "../../../packages/std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-06" } +nameplates = { path = "../../../packages/std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/intermediate/async/ambient.toml b/guest/rust/examples/intermediate/async/ambient.toml index 8a460d075b..e6a7a03c16 100644 --- a/guest/rust/examples/intermediate/async/ambient.toml +++ b/guest/rust/examples/intermediate/async/ambient.toml @@ -2,8 +2,8 @@ id = "cezekiuth6khuiykw66bmepsggaoztyv" name = "Async" description = "Learn how to use async/await." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/async" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/intermediate/clientside/ambient.toml b/guest/rust/examples/intermediate/clientside/ambient.toml index 0bb2ddd34c..26c594ebbf 100644 --- a/guest/rust/examples/intermediate/clientside/ambient.toml +++ b/guest/rust/examples/intermediate/clientside/ambient.toml @@ -2,11 +2,11 @@ id = "xz2ip2ptvxprurqwaiv2nncabcrmml2w" name = "Clientside" description = "How to use clientside code." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/clientside" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 = [ @@ -19,4 +19,4 @@ grid_position = { name = "Grid Position", description = "The position of the cel ] } [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/intermediate/dependencies/ambient.toml b/guest/rust/examples/intermediate/dependencies/ambient.toml index f54c8bb1e0..2eb45b5edf 100644 --- a/guest/rust/examples/intermediate/dependencies/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/ambient.toml @@ -2,11 +2,11 @@ id = "xjoy27d3i4hc4l7fmlm5pacc2cmxlnlw" name = "Dependencies" description = "Break your project up into packages." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -deps_assets = { path = "deps/assets", id = "viyiawgsl5lsiul6pup6pyv6bbt6o3vw", version = "0.3.2-nightly-2024-01-05" } -deps_code = { path = "deps/code", id = "t33j53muycmj4i66en5lheneowad5hbz", version = "0.3.2-nightly-2024-01-05" } -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +deps_assets = { path = "deps/assets", id = "viyiawgsl5lsiul6pup6pyv6bbt6o3vw", version = "0.3.2-nightly-2024-01-06" } +deps_code = { path = "deps/code", id = "t33j53muycmj4i66en5lheneowad5hbz", version = "0.3.2-nightly-2024-01-06" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/intermediate/dependencies/deps/assets/ambient.toml b/guest/rust/examples/intermediate/dependencies/deps/assets/ambient.toml index dae27cc060..2a01911d3f 100644 --- a/guest/rust/examples/intermediate/dependencies/deps/assets/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/deps/assets/ambient.toml @@ -1,9 +1,9 @@ [package] id = "viyiawgsl5lsiul6pup6pyv6bbt6o3vw" name = "Dependencies (Assets)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", models = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] spin_speed = { type = "F32", name = "Spin speed" } diff --git a/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml b/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml index 56cbe6cdad..8dada38d1f 100644 --- a/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml +++ b/guest/rust/examples/intermediate/dependencies/deps/code/ambient.toml @@ -1,12 +1,12 @@ [package] id = "t33j53muycmj4i66en5lheneowad5hbz" name = "Dependencies (Code)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -ambient_example_deps_assets = { path = "../assets" , id = "viyiawgsl5lsiul6pup6pyv6bbt6o3vw", version = "0.3.2-nightly-2024-01-05" } +ambient_example_deps_assets = { path = "../assets" , id = "viyiawgsl5lsiul6pup6pyv6bbt6o3vw", version = "0.3.2-nightly-2024-01-06" } [components] spawned_by_us = { type = "Empty" } diff --git a/guest/rust/examples/intermediate/messaging/ambient.toml b/guest/rust/examples/intermediate/messaging/ambient.toml index 3f3027fbdb..783a9f9fa2 100644 --- a/guest/rust/examples/intermediate/messaging/ambient.toml +++ b/guest/rust/examples/intermediate/messaging/ambient.toml @@ -2,11 +2,11 @@ id = "of4w7yibjeuokeyypqxmtgqklc6vthln" name = "Messaging" description = "Send and receive data across the network and to other modules." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/messaging" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 7ac6a4555f..17beb1e887 100644 --- a/guest/rust/examples/intermediate/screen_ray/ambient.toml +++ b/guest/rust/examples/intermediate/screen_ray/ambient.toml @@ -2,11 +2,11 @@ id = "jkr622pbesmaaco76bjc6ll6v4t4lajh" name = "Screen Ray" description = "Intersect a ray from the screen with the world." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [messages.Input.fields] ray_origin = "Vec3" @@ -20,4 +20,4 @@ type = "EntityId" attributes = ["Networked", "Debuggable"] [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/physics/basics/ambient.toml b/guest/rust/examples/physics/basics/ambient.toml index 19c327ca65..ca4eceafbb 100644 --- a/guest/rust/examples/physics/basics/ambient.toml +++ b/guest/rust/examples/physics/basics/ambient.toml @@ -2,15 +2,15 @@ id = "jm77qrzni2f4gied5fy54bia2lqmhebn" name = "Physics" description = "Make things collide and interact in a physically realistic way." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/physics/basics" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [messages.Bonk] description = "Collision between two objects." fields = { emitter = "EntityId", listener = "EntityId" } [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/physics/visualize_colliders/ambient.toml b/guest/rust/examples/physics/visualize_colliders/ambient.toml index 8dcc91c1f8..df8f9ce1c6 100644 --- a/guest/rust/examples/physics/visualize_colliders/ambient.toml +++ b/guest/rust/examples/physics/visualize_colliders/ambient.toml @@ -2,9 +2,9 @@ id = "s37z23uqis7ts6ya7v2f66ni23m3upt7" name = "Visualize Colliders" description = "Visualize the colliders of a scene." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/decals/ambient.toml b/guest/rust/examples/rendering/decals/ambient.toml index 2d60b36b58..2898ca704a 100644 --- a/guest/rust/examples/rendering/decals/ambient.toml +++ b/guest/rust/examples/rendering/decals/ambient.toml @@ -2,11 +2,11 @@ id = "nd2mwrslb3iyo2bw4jmwcbkuo4mtuyfr" name = "Decals" description = "Render 'stickers' onto any surface." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/decals" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/fog/ambient.toml b/guest/rust/examples/rendering/fog/ambient.toml index 5d2e5ce6c8..9304f9aac5 100644 --- a/guest/rust/examples/rendering/fog/ambient.toml +++ b/guest/rust/examples/rendering/fog/ambient.toml @@ -2,11 +2,11 @@ id = "cfi3occcjea6qqnvaktvsgumnwduqq55" name = "Fog" description = "Create a mystical ambience for your game with fog." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/fog" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/image/ambient.toml b/guest/rust/examples/rendering/image/ambient.toml index 05a8206519..418bb6845e 100644 --- a/guest/rust/examples/rendering/image/ambient.toml +++ b/guest/rust/examples/rendering/image/ambient.toml @@ -2,8 +2,8 @@ id = "nc2wi4w5w276k4duik4f36ltvec2nv4z" name = "Image" description = "Render 2D images as planes in 3D." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/image" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/rendering/instancing/ambient.toml b/guest/rust/examples/rendering/instancing/ambient.toml index 3865af1958..a672eddd69 100644 --- a/guest/rust/examples/rendering/instancing/ambient.toml +++ b/guest/rust/examples/rendering/instancing/ambient.toml @@ -2,9 +2,9 @@ id = "vacm77n5q7uil3giqf6wasadjq32mqr3" name = "Instancing [WIP]" description = "Render lots of objects with a single draw call. [Instancing is currently disabled while we're unifying rendering on desktop and the web]" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 fe9b4832cc..b061c72683 100644 --- a/guest/rust/examples/rendering/line/ambient.toml +++ b/guest/rust/examples/rendering/line/ambient.toml @@ -2,11 +2,11 @@ id = "pdvnxkqc5xuwanvxe2yxasswtk23pqij" name = "Line" description = "Draw a line in 3D space." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/rendering/line" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/procedural_generation/ambient.toml b/guest/rust/examples/rendering/procedural_generation/ambient.toml index 84ff9b5623..a12c6bf836 100644 --- a/guest/rust/examples/rendering/procedural_generation/ambient.toml +++ b/guest/rust/examples/rendering/procedural_generation/ambient.toml @@ -2,11 +2,11 @@ id = "wke76yvfrkyu25ui5sz3avjivvuypdia" name = "Procedural generation" description = "Generate meshes and textures with code." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 e18159641e..6177dc3ed4 100644 --- a/guest/rust/examples/rendering/raw_text/ambient.toml +++ b/guest/rust/examples/rendering/raw_text/ambient.toml @@ -2,8 +2,8 @@ id = "xq7xenkzhaefhpt2wp7wrcsrwvxziyjm" name = "Raw Text" description = "Draw 2D text in 3D." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/rendering/samplers/ambient.toml b/guest/rust/examples/rendering/samplers/ambient.toml index f39ae2aed8..b1161eddad 100644 --- a/guest/rust/examples/rendering/samplers/ambient.toml +++ b/guest/rust/examples/rendering/samplers/ambient.toml @@ -2,11 +2,11 @@ id = "vynje2qmxhzilneirqbzuhgxkq4nvjto" name = "samplers" description = "How to work with samplers." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/samplers" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/sun/ambient.toml b/guest/rust/examples/rendering/sun/ambient.toml index 80d497ffe4..7ca973b2a6 100644 --- a/guest/rust/examples/rendering/sun/ambient.toml +++ b/guest/rust/examples/rendering/sun/ambient.toml @@ -2,11 +2,11 @@ id = "solyomvjgvfpd7x2k6a6xiajzynxfmex" name = "Sun" description = "Create a sun and sky." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/sun" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera", id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/rendering/transparency/ambient.toml b/guest/rust/examples/rendering/transparency/ambient.toml index 54994414a6..0562992d2f 100644 --- a/guest/rust/examples/rendering/transparency/ambient.toml +++ b/guest/rust/examples/rendering/transparency/ambient.toml @@ -2,11 +2,11 @@ id = "devasx4mng2jjjaw65mmicqc45rngafa" name = "Transparency" description = "Draw translucent objects." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/transparency" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/examples/ui/audio_ctrl/ambient.toml b/guest/rust/examples/ui/audio_ctrl/ambient.toml index c441957751..b6aa7e0dcc 100644 --- a/guest/rust/examples/ui/audio_ctrl/ambient.toml +++ b/guest/rust/examples/ui/audio_ctrl/ambient.toml @@ -2,8 +2,8 @@ id = "jmqsaivuk3nzk3inbdfj5mx4kqjmofdv" name = "Audio control [WIP]" description = "Playing audio with volume and panning. Audio does not currently work on the web." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/auto_editor/ambient.toml b/guest/rust/examples/ui/auto_editor/ambient.toml index a1815d285e..fb95919188 100644 --- a/guest/rust/examples/ui/auto_editor/ambient.toml +++ b/guest/rust/examples/ui/auto_editor/ambient.toml @@ -2,8 +2,8 @@ id = "clwaexkinp2lnxm2h6r4gznp6gqfrmne" name = "Auto-editor" description = "Automatically derive editor UI for structs and enums." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/button/ambient.toml b/guest/rust/examples/ui/button/ambient.toml index d3b9903b3e..4315ca97de 100644 --- a/guest/rust/examples/ui/button/ambient.toml +++ b/guest/rust/examples/ui/button/ambient.toml @@ -2,8 +2,8 @@ id = "gcmnpmewi3axaamblf5zeldtwk4u2u3m" name = "Button" description = "UI buttons, including different styles." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/button" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/clock/ambient.toml b/guest/rust/examples/ui/clock/ambient.toml index c582849018..1b18972178 100644 --- a/guest/rust/examples/ui/clock/ambient.toml +++ b/guest/rust/examples/ui/clock/ambient.toml @@ -2,8 +2,8 @@ id = "fsv4zmeyotsu4lhji4rv6kivla5vmifi" name = "Clock" description = "A 2D clock example." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/clock" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/counter/ambient.toml b/guest/rust/examples/ui/counter/ambient.toml index 7320ca1986..1d48cd09d5 100644 --- a/guest/rust/examples/ui/counter/ambient.toml +++ b/guest/rust/examples/ui/counter/ambient.toml @@ -2,8 +2,8 @@ id = "t5rzmpq5h7dwjkxe7zugthxlauvon5mp" name = "Counter" description = "A simple counter with state management." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/counter" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/dock_layout/ambient.toml b/guest/rust/examples/ui/dock_layout/ambient.toml index 66e832d944..98dad17d3d 100644 --- a/guest/rust/examples/ui/dock_layout/ambient.toml +++ b/guest/rust/examples/ui/dock_layout/ambient.toml @@ -2,8 +2,8 @@ id = "pdgdtcgm5fxbrhvdcliwz2eogtihrqo3" name = "Dock Layout" description = "Top-down layout." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/editors/ambient.toml b/guest/rust/examples/ui/editors/ambient.toml index 724e5f5942..0f7995a011 100644 --- a/guest/rust/examples/ui/editors/ambient.toml +++ b/guest/rust/examples/ui/editors/ambient.toml @@ -2,8 +2,8 @@ id = "ezucewnosj4da35cbwtopwzrqbaea6jx" name = "Editors" description = "Demonstration of various editors, including text, numbers, lists, and more." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/editors" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/flow_layout/ambient.toml b/guest/rust/examples/ui/flow_layout/ambient.toml index 7932153522..ec7f5fb89d 100644 --- a/guest/rust/examples/ui/flow_layout/ambient.toml +++ b/guest/rust/examples/ui/flow_layout/ambient.toml @@ -2,8 +2,8 @@ id = "bok7gwabmlyzlwbddf4nfur4jyrz27ji" name = "Flow Layout" description = "Bottom-up layout." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/image/ambient.toml b/guest/rust/examples/ui/image/ambient.toml index 06bc097cf5..8d64592f9c 100644 --- a/guest/rust/examples/ui/image/ambient.toml +++ b/guest/rust/examples/ui/image/ambient.toml @@ -2,8 +2,8 @@ id = "t6vnxnggki32io3sobzeawxn5peyw3e3" name = "Image" description = "Using a 2D image in the UI." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/image" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/rect/ambient.toml b/guest/rust/examples/ui/rect/ambient.toml index 2e964dd974..8fbdeca098 100644 --- a/guest/rust/examples/ui/rect/ambient.toml +++ b/guest/rust/examples/ui/rect/ambient.toml @@ -2,8 +2,8 @@ id = "n3xokyl3yn4vd3lzfjlvbbtgnnmqlnjo" name = "Rectangle" description = "A rectangle with a border, rounded corners and a background color." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/rect" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/screens/ambient.toml b/guest/rust/examples/ui/screens/ambient.toml index ee561e2aa1..0522baa946 100644 --- a/guest/rust/examples/ui/screens/ambient.toml +++ b/guest/rust/examples/ui/screens/ambient.toml @@ -2,8 +2,8 @@ id = "ucrvg2az42ep6ge43ewuz6mqkvmvcxdb" name = "Screens" description = "Demonstration of screens/pages. Useful for a lobby screen, loading screen or such." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/screens" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/scroll/ambient.toml b/guest/rust/examples/ui/scroll/ambient.toml index f64e998286..29859ab65e 100644 --- a/guest/rust/examples/ui/scroll/ambient.toml +++ b/guest/rust/examples/ui/scroll/ambient.toml @@ -2,8 +2,8 @@ id = "u5bpyalmmxsdsnlwfnamh7kvxjfodvh7" name = "Scroll area" description = "Use the mouse wheel to reveal more content." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/scroll" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/slider/ambient.toml b/guest/rust/examples/ui/slider/ambient.toml index fab937cddf..83be4ff9ac 100644 --- a/guest/rust/examples/ui/slider/ambient.toml +++ b/guest/rust/examples/ui/slider/ambient.toml @@ -2,8 +2,8 @@ id = "d4ctdtfmrwpccnqlb5pyu47tdah3rck5" name = "Slider" description = "Demonstration of various types of sliders for numbers." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/slider" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/text/ambient.toml b/guest/rust/examples/ui/text/ambient.toml index c3d34839fa..e19d934184 100644 --- a/guest/rust/examples/ui/text/ambient.toml +++ b/guest/rust/examples/ui/text/ambient.toml @@ -2,8 +2,8 @@ id = "lxik5hg25fs2gfcsqxj7dytf7dbvnhzx" name = "Text" description = "Demonstration of how to use text with different fonts, sizes and colors." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/text" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/examples/ui/todo/ambient.toml b/guest/rust/examples/ui/todo/ambient.toml index b41f4bc9dd..3d79719703 100644 --- a/guest/rust/examples/ui/todo/ambient.toml +++ b/guest/rust/examples/ui/todo/ambient.toml @@ -2,11 +2,11 @@ id = "jruv4zn5tfe2s3kpyhhq7z3uezbi27cv" name = "To-do List" description = "A multiplayer to-do list." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/ui/todo" type = "Game" content = { type = "Playable", example = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 7d40579221..9bdb6e476b 100644 --- a/guest/rust/packages/assets/kenney_digital_audio/ambient.toml +++ b/guest/rust/packages/assets/kenney_digital_audio/ambient.toml @@ -3,6 +3,6 @@ id = "k7svgbw5j6orlwzj45koeownlodsdbth" name = "Kenney's Digital Audio" authors = ["Kenney"] description = "https://www.kenney.nl/assets/digital-audio for Ambient. (Uploaded by Ambient, not Kenney.)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", audio = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml b/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml index 63577886be..854212fa58 100644 --- a/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml +++ b/guest/rust/packages/assets/kenney_impact_sounds/ambient.toml @@ -3,6 +3,6 @@ id = "e4unr4x2lz2ov7dsd5vnjylbykwixvv2" name = "Kenney's Impact Sounds" authors = ["Kenney"] description = "https://www.kenney.nl/assets/impact-sounds for Ambient. (Uploaded by Ambient, not Kenney.)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", audio = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/assets/kenney_space_kit/ambient.toml b/guest/rust/packages/assets/kenney_space_kit/ambient.toml index cfaf42d8ff..38d6293c24 100644 --- a/guest/rust/packages/assets/kenney_space_kit/ambient.toml +++ b/guest/rust/packages/assets/kenney_space_kit/ambient.toml @@ -3,6 +3,6 @@ id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c" name = "Kenney's Space Kit" authors = ["Kenney"] description = "https://www.kenney.nl/assets/space-kit for Ambient. (Uploaded by Ambient, not Kenney.)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", models = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/games/arkanoid/ambient.toml b/guest/rust/packages/games/arkanoid/ambient.toml index 958de20423..ffd60ecbc0 100644 --- a/guest/rust/packages/games/arkanoid/ambient.toml +++ b/guest/rust/packages/games/arkanoid/ambient.toml @@ -2,11 +2,11 @@ id = "t6opuz533binrqqjsbgcezprtfa6vpyy" name = "Arkanoid" description = "A remake of the classic Arkanoid game." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/arkanoid" type = "Game" content = { type = "Playable" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [hosting] region = "Auto" diff --git a/guest/rust/packages/games/minigolf/ambient.toml b/guest/rust/packages/games/minigolf/ambient.toml index e3094dcc80..836f4ec5be 100644 --- a/guest/rust/packages/games/minigolf/ambient.toml +++ b/guest/rust/packages/games/minigolf/ambient.toml @@ -2,14 +2,14 @@ id = "uigiqyr7qugdncpzkyzinvwxh26daahx" name = "Minigolf" description = "Can you hit a hole-in-one?" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/minigolf" type = "Game" content = { type = "Playable" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -hide_cursor = { path = "../../std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-05" } +hide_cursor = { path = "../../std/hide_cursor", id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-06" } [components] next_player_hue = { type = "F32", name = "Next Player Hue", description = "Controls the hue (in degrees) to use for the next player's color.", attributes = [ diff --git a/guest/rust/packages/games/music_sequencer/ambient.toml b/guest/rust/packages/games/music_sequencer/ambient.toml index 5110228ac5..1fcf0c41f0 100644 --- a/guest/rust/packages/games/music_sequencer/ambient.toml +++ b/guest/rust/packages/games/music_sequencer/ambient.toml @@ -2,11 +2,11 @@ id = "ar7fnf3vl72bdb77nvnzbjpvps3lhvas" name = "Music sequencer [WIP]" description = "Make some sweet beats. Audio does not currently work on the web." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [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 22c89fd752..84aec1557c 100644 --- a/guest/rust/packages/games/pong/ambient.toml +++ b/guest/rust/packages/games/pong/ambient.toml @@ -2,11 +2,11 @@ id = "h3gv2vnpcajq75woh5nmiemeahfpaku4" name = "Pong" description = "Minimal multiplayer pong." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/pong" type = "Game" content = { type = "Playable" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [hosting] region = "Auto" diff --git a/guest/rust/packages/games/tangent/ambient.toml b/guest/rust/packages/games/tangent/ambient.toml index 181965904a..ce4ef56c32 100644 --- a/guest/rust/packages/games/tangent/ambient.toml +++ b/guest/rust/packages/games/tangent/ambient.toml @@ -2,41 +2,41 @@ id = "t5qdqwpkoxtelvafs7qpvzhaoperwfpt" name = "Tangent" description = "Ambient's tech demo game. Third-person, hovercars, and more." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Playable" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -hide_cursor = { path = "../../std/hide_cursor", enabled = true , id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-05" } +hide_cursor = { path = "../../std/hide_cursor", enabled = true , id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-06" } -core = { path = "core/core", id = "itzh3wovmdje4ttrmo6wrravaaxp6b52", version = "0.3.2-nightly-2024-01-05" } -behavior_vehicle = { path = "core/behavior_vehicle", id = "mnm43qv33k7kx235bz5hcgoguokwxzwo", version = "0.3.2-nightly-2024-01-05" } -behavior_character = { path = "core/behavior_character", id = "xgafi5ckk5vhxscb6tqubfvy2fwfyqxo", version = "0.3.2-nightly-2024-01-05" } -camera_follow = { path = "core/camera_follow", id = "mkd4mhans4bdn3mvmt45vxqbxepdhys3", version = "0.3.2-nightly-2024-01-05" } -ui_class_selection = { path = "core/ui_class_selection", id = "hs7ygpw4pmpsixtcohdcvzxwmrfzubvi", version = "0.3.2-nightly-2024-01-05" } +core = { path = "core/core", id = "itzh3wovmdje4ttrmo6wrravaaxp6b52", version = "0.3.2-nightly-2024-01-06" } +behavior_vehicle = { path = "core/behavior_vehicle", id = "mnm43qv33k7kx235bz5hcgoguokwxzwo", version = "0.3.2-nightly-2024-01-06" } +behavior_character = { path = "core/behavior_character", id = "xgafi5ckk5vhxscb6tqubfvy2fwfyqxo", version = "0.3.2-nightly-2024-01-06" } +camera_follow = { path = "core/camera_follow", id = "mkd4mhans4bdn3mvmt45vxqbxepdhys3", version = "0.3.2-nightly-2024-01-06" } +ui_class_selection = { path = "core/ui_class_selection", id = "hs7ygpw4pmpsixtcohdcvzxwmrfzubvi", version = "0.3.2-nightly-2024-01-06" } -camera_topdown = { path = "mods/camera_topdown", enabled = false, id = "vvuixyn4jy3xv4ij4hi75atzfwk2j37k", version = "0.3.2-nightly-2024-01-05" } +camera_topdown = { path = "mods/camera_topdown", enabled = false, id = "vvuixyn4jy3xv4ij4hi75atzfwk2j37k", version = "0.3.2-nightly-2024-01-06" } -ui_holohud = { path = "mods/ui_holohud", enabled = false, id = "xadcwjtmzuagnoydry5h4psaph3hccbw", version = "0.3.2-nightly-2024-01-05" } -ui_flathud = { path = "mods/ui_flathud", enabled = true, id = "zlu324bqcibov3o4co42eriyfhcnzsus", version = "0.3.2-nightly-2024-01-05" } -ui_spawn_menu = { path = "mods/ui_spawn_menu", enabled = false, id = "c72h7qyqnp4njboj7tu4vomadoj2zu6e", version = "0.3.2-nightly-2024-01-05" } +ui_holohud = { path = "mods/ui_holohud", enabled = false, id = "xadcwjtmzuagnoydry5h4psaph3hccbw", version = "0.3.2-nightly-2024-01-06" } +ui_flathud = { path = "mods/ui_flathud", enabled = true, id = "zlu324bqcibov3o4co42eriyfhcnzsus", version = "0.3.2-nightly-2024-01-06" } +ui_spawn_menu = { path = "mods/ui_spawn_menu", enabled = false, id = "c72h7qyqnp4njboj7tu4vomadoj2zu6e", version = "0.3.2-nightly-2024-01-06" } -pickup_health = { path = "mods/pickup_health", id = "skpc6fwjkbidr7a6pmx4mab6zl37oiut", version = "0.3.2-nightly-2024-01-05" } +pickup_health = { path = "mods/pickup_health", id = "skpc6fwjkbidr7a6pmx4mab6zl37oiut", version = "0.3.2-nightly-2024-01-06" } -level_cubicide = { path = "mods/level_cubicide", id = "gzbamly2shtnz3siisf3mdzglsi67vul", version = "0.3.2-nightly-2024-01-05" } -level_cubicide_onespawn = { path = "mods/level_cubicide_onespawn", enabled = false, id = "ggu2h7bk4jrvshq7zteboipyut7wuib2", version = "0.3.2-nightly-2024-01-05" } +level_cubicide = { path = "mods/level_cubicide", id = "gzbamly2shtnz3siisf3mdzglsi67vul", version = "0.3.2-nightly-2024-01-06" } +level_cubicide_onespawn = { path = "mods/level_cubicide_onespawn", enabled = false, id = "ggu2h7bk4jrvshq7zteboipyut7wuib2", version = "0.3.2-nightly-2024-01-06" } -class_assault = { path = "mods/class_assault", id = "j32xi2gg5rvgob2cu7uirdbtj5ce4jw7", version = "0.3.2-nightly-2024-01-05" } -class_scout = { path = "mods/class_scout", enabled = false , id = "fvn74ns4ozf3gn42vmowphmvmpsfklbi", version = "0.3.2-nightly-2024-01-05" } -class_tank = { path = "mods/class_tank", id = "ys6g5noe72fbhnoj6l3psjq75knd7gko", version = "0.3.2-nightly-2024-01-05" } +class_assault = { path = "mods/class_assault", id = "j32xi2gg5rvgob2cu7uirdbtj5ce4jw7", version = "0.3.2-nightly-2024-01-06" } +class_scout = { path = "mods/class_scout", enabled = false , id = "fvn74ns4ozf3gn42vmowphmvmpsfklbi", version = "0.3.2-nightly-2024-01-06" } +class_tank = { path = "mods/class_tank", id = "ys6g5noe72fbhnoj6l3psjq75knd7gko", version = "0.3.2-nightly-2024-01-06" } -vehicle_standard = { path = "mods/vehicle_standard", id = "mx4o7x2s4zqc6pxmsfcb7hznbv4chxe5", version = "0.3.2-nightly-2024-01-05" } +vehicle_standard = { path = "mods/vehicle_standard", id = "mx4o7x2s4zqc6pxmsfcb7hznbv4chxe5", version = "0.3.2-nightly-2024-01-06" } -gameplay_firerain = { path = "mods/gameplay_firerain", enabled = false, id = "ianwyihfsaiuc26xjldmwd3duidju2tb", version = "0.3.2-nightly-2024-01-05" } -gameplay_daynight = { path = "mods/gameplay_daynight", enabled = false, id = "d7rxxncafgtwf7c3brhsw7oh7h2ccfip", version = "0.3.2-nightly-2024-01-05" } +gameplay_firerain = { path = "mods/gameplay_firerain", enabled = false, id = "ianwyihfsaiuc26xjldmwd3duidju2tb", version = "0.3.2-nightly-2024-01-06" } +gameplay_daynight = { path = "mods/gameplay_daynight", enabled = false, id = "d7rxxncafgtwf7c3brhsw7oh7h2ccfip", version = "0.3.2-nightly-2024-01-06" } -reskin_classes = { path = "mods/reskin_classes", enabled = false, id = "oa46hyuls6l24bmqapdm3iqzh3p37di6", version = "0.3.2-nightly-2024-01-05" } +reskin_classes = { path = "mods/reskin_classes", enabled = false, id = "oa46hyuls6l24bmqapdm3iqzh3p37di6", version = "0.3.2-nightly-2024-01-06" } -package_manager = { path = "../../tools/package_manager", id = "hr4pxz7kfhzgimicoyh65ydel3aehuhk", version = "0.3.2-nightly-2024-01-05" } -editor = { path = "../../tools/editor", id = "xr6whcy65gn3vlzrp2ssyn7udcbxb6mu", version = "0.3.2-nightly-2024-01-05" } +package_manager = { path = "../../tools/package_manager", id = "hr4pxz7kfhzgimicoyh65ydel3aehuhk", version = "0.3.2-nightly-2024-01-06" } +editor = { path = "../../tools/editor", id = "xr6whcy65gn3vlzrp2ssyn7udcbxb6mu", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/core/behavior_character/ambient.toml b/guest/rust/packages/games/tangent/core/behavior_character/ambient.toml index 514d17b2c6..2e32cf4b46 100644 --- a/guest/rust/packages/games/tangent/core/behavior_character/ambient.toml +++ b/guest/rust/packages/games/tangent/core/behavior_character/ambient.toml @@ -2,16 +2,16 @@ id = "xgafi5ckk5vhxscb6tqubfvy2fwfyqxo" name = "Tangent Behavior: Character" description = "Implements the character behavior for Tangent." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } -unit_schema = { path = "../../../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } +unit_schema = { path = "../../../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } -base_assets = { path = "../../../../std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-05" } -character_animation = { path = "../../../../std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-05" } -character_movement = { path = "../../../../std/character_movement", id = "lktsfudbjw2qikhyumt573ozxhadkiwm", version = "0.3.2-nightly-2024-01-05" } +base_assets = { path = "../../../../std/base_assets", id = "n7a4j7htvenss35tsnfvegbhxuwij5il", version = "0.3.2-nightly-2024-01-06" } +character_animation = { path = "../../../../std/character_animation", id = "d3y3wbexrclipsykysumem3fthkudwx2", version = "0.3.2-nightly-2024-01-06" } +character_movement = { path = "../../../../std/character_movement", id = "lktsfudbjw2qikhyumt573ozxhadkiwm", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/core/behavior_vehicle/ambient.toml b/guest/rust/packages/games/tangent/core/behavior_vehicle/ambient.toml index 65d7b76b15..4fdc2c5813 100644 --- a/guest/rust/packages/games/tangent/core/behavior_vehicle/ambient.toml +++ b/guest/rust/packages/games/tangent/core/behavior_vehicle/ambient.toml @@ -2,16 +2,16 @@ id = "mnm43qv33k7kx235bz5hcgoguokwxzwo" name = "Tangent Behavior: Vehicle" description = "Implements the vehicle behavior for Tangent." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } -kenney_impact_sounds = { path = "../../../../assets/kenney_impact_sounds", id = "e4unr4x2lz2ov7dsd5vnjylbykwixvv2", version = "0.3.2-nightly-2024-01-05" } -explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } +kenney_impact_sounds = { path = "../../../../assets/kenney_impact_sounds", id = "e4unr4x2lz2ov7dsd5vnjylbykwixvv2", version = "0.3.2-nightly-2024-01-06" } +explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-06" } [messages.OnCollision] name = "On Collision" diff --git a/guest/rust/packages/games/tangent/core/camera_follow/ambient.toml b/guest/rust/packages/games/tangent/core/camera_follow/ambient.toml index 4e7e98ccb8..754def7136 100644 --- a/guest/rust/packages/games/tangent/core/camera_follow/ambient.toml +++ b/guest/rust/packages/games/tangent/core/camera_follow/ambient.toml @@ -2,10 +2,10 @@ id = "mkd4mhans4bdn3mvmt45vxqbxepdhys3" name = "Tangent Camera: Follow" description = "Implements a follow camera for vehicles." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/core/core/ambient.toml b/guest/rust/packages/games/tangent/core/core/ambient.toml index 8ea5367591..d3a78bd214 100644 --- a/guest/rust/packages/games/tangent/core/core/ambient.toml +++ b/guest/rust/packages/games/tangent/core/core/ambient.toml @@ -2,21 +2,21 @@ id = "itzh3wovmdje4ttrmo6wrravaaxp6b52" name = "Tangent Core" description = "The core of Tangent. The connective glue between all the other packages. (Will likely be split up.)" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } authors = ["philpax"] -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } -unit_schema = { path = "../../../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } +unit_schema = { path = "../../../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } -explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-05" } -nameplates = { path = "../../../../std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-05" } +explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-06" } +nameplates = { path = "../../../../std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-06" } -kenney_impact_sounds = { path = "../../../../assets/kenney_impact_sounds", id = "e4unr4x2lz2ov7dsd5vnjylbykwixvv2", version = "0.3.2-nightly-2024-01-05" } +kenney_impact_sounds = { path = "../../../../assets/kenney_impact_sounds", id = "e4unr4x2lz2ov7dsd5vnjylbykwixvv2", version = "0.3.2-nightly-2024-01-06" } [messages.Input] name = "Input" diff --git a/guest/rust/packages/games/tangent/core/gun_laser/ambient.toml b/guest/rust/packages/games/tangent/core/gun_laser/ambient.toml index 80fc858562..846a05a853 100644 --- a/guest/rust/packages/games/tangent/core/gun_laser/ambient.toml +++ b/guest/rust/packages/games/tangent/core/gun_laser/ambient.toml @@ -2,17 +2,17 @@ id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m" name = "Tangent Gun: Laser" description = "Implements laser guns." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-05" } -kenney_digital_audio = { path = "../../../../assets/kenney_digital_audio", id = "k7svgbw5j6orlwzj45koeownlodsdbth", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-06" } +kenney_digital_audio = { path = "../../../../assets/kenney_digital_audio", id = "k7svgbw5j6orlwzj45koeownlodsdbth", version = "0.3.2-nightly-2024-01-06" } -explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-05" } +explosion = { path = "../../../../std/explosion", id = "cneomdouziieskjvs3szwmigzotofjzs", version = "0.3.2-nightly-2024-01-06" } [components] is_gun_laser = { type = "Empty", name = "Is Gun (Laser)", description = "This entity is a laser gun." } diff --git a/guest/rust/packages/games/tangent/core/spawner_vehicle/ambient.toml b/guest/rust/packages/games/tangent/core/spawner_vehicle/ambient.toml index 7aa3f968f1..7fb6ca8495 100644 --- a/guest/rust/packages/games/tangent/core/spawner_vehicle/ambient.toml +++ b/guest/rust/packages/games/tangent/core/spawner_vehicle/ambient.toml @@ -2,15 +2,15 @@ id = "roosvvawp6sjvlolokk5qyafl5vp2su7" name = "Tangent Spawner: Vehicle" description = "Handles vehicle spawning for Tangent." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } -nameplates = { path = "../../../../std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-05" } +nameplates = { path = "../../../../std/nameplates", id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo", version = "0.3.2-nightly-2024-01-06" } [messages.VehicleSpawn] name = "Vehicle Spawn" diff --git a/guest/rust/packages/games/tangent/core/ui_class_selection/ambient.toml b/guest/rust/packages/games/tangent/core/ui_class_selection/ambient.toml index 01d5ffe6b1..db67886bf4 100644 --- a/guest/rust/packages/games/tangent/core/ui_class_selection/ambient.toml +++ b/guest/rust/packages/games/tangent/core/ui_class_selection/ambient.toml @@ -2,13 +2,13 @@ id = "hs7ygpw4pmpsixtcohdcvzxwmrfzubvi" name = "Tangent UI: Class Selection" description = "Implements the class selection UI." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } [messages.ClassSetRequest] description = "Sent by the client to request a class set change." 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 c367c06013..81ac42089e 100644 --- a/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/camera_topdown/ambient.toml @@ -2,10 +2,10 @@ id = "vvuixyn4jy3xv4ij4hi75atzfwk2j37k" name = "Tangent Camera: Top-down" description = "Implements a top-down vehicle camera. Takes precedence over the follow camera." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } 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 27714f4ccb..e3807c9441 100644 --- a/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_assault/ambient.toml @@ -2,13 +2,13 @@ id = "j32xi2gg5rvgob2cu7uirdbtj5ce4jw7" name = "Tangent Class: Assault" description = "Defines the Assault class, which is a balanced all-rounder." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-06" } -kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-05" } +kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-06" } 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 d4c1ac544e..b068f737c9 100644 --- a/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_scout/ambient.toml @@ -2,13 +2,13 @@ id = "fvn74ns4ozf3gn42vmowphmvmpsfklbi" name = "Tangent Class: Scout" description = "Defines the Scout class, which is fast but weak." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-06" } -kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-05" } +kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-06" } 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 06355bd361..e39834f8b0 100644 --- a/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/class_tank/ambient.toml @@ -2,13 +2,13 @@ id = "ys6g5noe72fbhnoj6l3psjq75knd7gko" name = "Tangent Class: Tank" description = "Defines the Tank class, which is strong but slow." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-06" } -kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-05" } +kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/mods/gameplay_daynight/ambient.toml b/guest/rust/packages/games/tangent/mods/gameplay_daynight/ambient.toml index f8cd8ec753..fd0b30498a 100644 --- a/guest/rust/packages/games/tangent/mods/gameplay_daynight/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/gameplay_daynight/ambient.toml @@ -2,7 +2,7 @@ id = "d7rxxncafgtwf7c3brhsw7oh7h2ccfip" name = "Tangent Gameplay: Day-Night" description = "Moves the sun across the sky and adds a day-night cycle." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] diff --git a/guest/rust/packages/games/tangent/mods/gameplay_firerain/ambient.toml b/guest/rust/packages/games/tangent/mods/gameplay_firerain/ambient.toml index 03264a1874..39018b98c0 100644 --- a/guest/rust/packages/games/tangent/mods/gameplay_firerain/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/gameplay_firerain/ambient.toml @@ -2,10 +2,10 @@ id = "ianwyihfsaiuc26xjldmwd3duidju2tb" name = "Tangent Gameplay: Fire Rain" description = "Changes the sky to fire red, and throws a constant stream of asteroids at players." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } 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 fc8b800167..34f2ae0c37 100644 --- a/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/level_cubicide/ambient.toml @@ -2,18 +2,18 @@ id = "gzbamly2shtnz3siisf3mdzglsi67vul" name = "Tangent Level: Cubicide" description = "A procedurally-generated level for Tangent using cubes with pathways cut through them." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -spawner_vehicle = { path = "../../core/spawner_vehicle", id = "roosvvawp6sjvlolokk5qyafl5vp2su7", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +spawner_vehicle = { path = "../../core/spawner_vehicle", id = "roosvvawp6sjvlolokk5qyafl5vp2su7", version = "0.3.2-nightly-2024-01-06" } -pickup_health = { path = "../pickup_health", id = "skpc6fwjkbidr7a6pmx4mab6zl37oiut", version = "0.3.2-nightly-2024-01-05" } +pickup_health = { path = "../pickup_health", id = "skpc6fwjkbidr7a6pmx4mab6zl37oiut", version = "0.3.2-nightly-2024-01-06" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } [components] include_corners = { name = "Include Corners", description = "Whether or not the corner spawnpoints are created.", type = "Bool", default = true, attributes = [ diff --git a/guest/rust/packages/games/tangent/mods/level_cubicide_onespawn/ambient.toml b/guest/rust/packages/games/tangent/mods/level_cubicide_onespawn/ambient.toml index be84729165..db59d2c330 100644 --- a/guest/rust/packages/games/tangent/mods/level_cubicide_onespawn/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/level_cubicide_onespawn/ambient.toml @@ -2,10 +2,10 @@ id = "ggu2h7bk4jrvshq7zteboipyut7wuib2" name = "Tangent Level: Cubicide (One-Spawn)" description = "A version of Cubicide with only one spawn." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -level_cubicide = { path = "../level_cubicide" , id = "gzbamly2shtnz3siisf3mdzglsi67vul", version = "0.3.2-nightly-2024-01-05" } +level_cubicide = { path = "../level_cubicide" , id = "gzbamly2shtnz3siisf3mdzglsi67vul", version = "0.3.2-nightly-2024-01-06" } 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 e3f2a07d6e..b073db0ba6 100644 --- a/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/pickup_health/ambient.toml @@ -2,14 +2,14 @@ id = "skpc6fwjkbidr7a6pmx4mab6zl37oiut" name = "Tangent Pickup: Health" description = "A health pickup." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -kenney_digital_audio = { path = "../../../../assets/kenney_digital_audio", id = "k7svgbw5j6orlwzj45koeownlodsdbth", version = "0.3.2-nightly-2024-01-05" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +kenney_digital_audio = { path = "../../../../assets/kenney_digital_audio", id = "k7svgbw5j6orlwzj45koeownlodsdbth", version = "0.3.2-nightly-2024-01-06" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } [components] is_health_pickup = { type = "Empty", name = "Is Health Pickup", description = "This entity is a health pickup." } diff --git a/guest/rust/packages/games/tangent/mods/reskin_classes/ambient.toml b/guest/rust/packages/games/tangent/mods/reskin_classes/ambient.toml index 2674f7c8af..dba2876968 100644 --- a/guest/rust/packages/games/tangent/mods/reskin_classes/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/reskin_classes/ambient.toml @@ -2,10 +2,10 @@ id = "oa46hyuls6l24bmqapdm3iqzh3p37di6" name = "Tangent Reskin: Classes" description = "Replaces the models for the Assault and Tank classes with other models." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/mods/ui_flathud/ambient.toml b/guest/rust/packages/games/tangent/mods/ui_flathud/ambient.toml index ea62c222d2..bc6afe69ed 100644 --- a/guest/rust/packages/games/tangent/mods/ui_flathud/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/ui_flathud/ambient.toml @@ -2,11 +2,11 @@ id = "zlu324bqcibov3o4co42eriyfhcnzsus" name = "Tangent UI: Flat HUD" description = "A flat 2D HUD for Tangent." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } 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 914d23f3bb..71fa0a06a0 100644 --- a/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/ui_holohud/ambient.toml @@ -2,11 +2,11 @@ id = "xadcwjtmzuagnoydry5h4psaph3hccbw" name = "Tangent UI: HoloHUD" description = "A holographic HUD for Tangent where all information is presented on objects." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +game_object = { path = "../../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/mods/ui_spawn_menu/ambient.toml b/guest/rust/packages/games/tangent/mods/ui_spawn_menu/ambient.toml index 4cae5eee28..0579299306 100644 --- a/guest/rust/packages/games/tangent/mods/ui_spawn_menu/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/ui_spawn_menu/ambient.toml @@ -2,15 +2,15 @@ id = "c72h7qyqnp4njboj7tu4vomadoj2zu6e" name = "Tangent UI: Spawn Menu" description = "A spawn menu that lets you spawn vehicles." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } -spawner_vehicle = { path = "../../core/spawner_vehicle", id = "roosvvawp6sjvlolokk5qyafl5vp2su7", version = "0.3.2-nightly-2024-01-05" } +spawner_vehicle = { path = "../../core/spawner_vehicle", id = "roosvvawp6sjvlolokk5qyafl5vp2su7", version = "0.3.2-nightly-2024-01-06" } [messages.VehicleSpawnRequest] description = "Sent by the client to request a vehicle spawn." diff --git a/guest/rust/packages/games/tangent/mods/vehicle_standard/ambient.toml b/guest/rust/packages/games/tangent/mods/vehicle_standard/ambient.toml index b1a38215de..8f760b1051 100644 --- a/guest/rust/packages/games/tangent/mods/vehicle_standard/ambient.toml +++ b/guest/rust/packages/games/tangent/mods/vehicle_standard/ambient.toml @@ -2,13 +2,13 @@ id = "mx4o7x2s4zqc6pxmsfcb7hznbv4chxe5" name = "Tangent Vehicle: Standard" description = "Standard vehicle definitions for Tangent." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Mod", for_playables = ["t5qdqwpkoxtelvafs7qpvzhaoperwfpt"] } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" authors = ["philpax"] [dependencies] -tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-05" } -gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-05" } +tangent_schema = { path = "../../schema", id = "mwrcsok65na7owrbdococ5sthr3ccskc", version = "0.3.2-nightly-2024-01-06" } +gun_laser = { path = "../../core/gun_laser", id = "jyp2hh3fpjfe7kaos36zbdztfypqip3m", version = "0.3.2-nightly-2024-01-06" } -kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-05" } +kenney_space_kit = { path = "../../../../assets/kenney_space_kit", id = "llhdryqkfsr6gy4f26wbolh4kfwnzn3c", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/games/tangent/schema/ambient.toml b/guest/rust/packages/games/tangent/schema/ambient.toml index 2cef105747..b7d0dc5e2d 100644 --- a/guest/rust/packages/games/tangent/schema/ambient.toml +++ b/guest/rust/packages/games/tangent/schema/ambient.toml @@ -1,14 +1,14 @@ [package] id = "mwrcsok65na7owrbdococ5sthr3ccskc" name = "Tangent Schema" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", schema = true } authors = ["philpax"] -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -game_object = { path = "../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } -unit = { path = "../../../schemas/unit" , id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } +unit = { path = "../../../schemas/unit" , id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } [components] # Player diff --git a/guest/rust/packages/games/tictactoe/ambient.toml b/guest/rust/packages/games/tictactoe/ambient.toml index 3abc6cbcbf..58d76201a5 100644 --- a/guest/rust/packages/games/tictactoe/ambient.toml +++ b/guest/rust/packages/games/tictactoe/ambient.toml @@ -2,11 +2,11 @@ id = "thr5tsq3g3vvf7ilap2jfu6bpoyas53s" name = "Tic Tac Toe" description = "Aka five-in-a-row." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/packages/games/tictactoe" type = "Game" content = { type = "Playable" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] cells = { type = { type = "Vec", element_type = "EntityId" }, name = "Cells", description = "The cells in the game", attributes = [ @@ -32,4 +32,4 @@ right = "Bool" capture = "Bool" [dependencies] -orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-05" } +orbit_camera = { path = "../../../packages/std/orbit_camera" , id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/schemas/editor/ambient.toml b/guest/rust/packages/schemas/editor/ambient.toml index ba67bc900d..28a79eb006 100644 --- a/guest/rust/packages/schemas/editor/ambient.toml +++ b/guest/rust/packages/schemas/editor/ambient.toml @@ -1,10 +1,10 @@ [package] id = "n7xfnlfzdmnvj7bqasfdhqftbtdi27ah" name = "Editor Schema" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" description = "Schema for the editor." content = { type = "Asset", schema = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] # Player components diff --git a/guest/rust/packages/schemas/game_object/ambient.toml b/guest/rust/packages/schemas/game_object/ambient.toml index 516faddb0f..9de7fad031 100644 --- a/guest/rust/packages/schemas/game_object/ambient.toml +++ b/guest/rust/packages/schemas/game_object/ambient.toml @@ -2,9 +2,9 @@ id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5" name = "Game Object" description = "Schema for game objects." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", schema = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] health = { type = "F32", name = "Health", description = "This game object's health. \"Standard\" health is 100 HP.", attributes = [ diff --git a/guest/rust/packages/schemas/unit/ambient.toml b/guest/rust/packages/schemas/unit/ambient.toml index f0d33007f3..763c71afd6 100644 --- a/guest/rust/packages/schemas/unit/ambient.toml +++ b/guest/rust/packages/schemas/unit/ambient.toml @@ -2,12 +2,12 @@ id = "afl5yv5ya35vbuaj3aido22cwjzat25z" name = "Unit" description = "Schema for units in games. Often used with the Game Object schema." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", schema = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -game_object = { path = "../game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } [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 778f38d3ff..7352dc866f 100644 --- a/guest/rust/packages/std/base_assets/ambient.toml +++ b/guest/rust/packages/std/base_assets/ambient.toml @@ -2,6 +2,6 @@ id = "n7a4j7htvenss35tsnfvegbhxuwij5il" name = "Base Assets [WIP]" description = "Assets used by examples." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", models = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/std/character_animation/ambient.toml b/guest/rust/packages/std/character_animation/ambient.toml index 5cae919359..fdd8b6a7ff 100644 --- a/guest/rust/packages/std/character_animation/ambient.toml +++ b/guest/rust/packages/std/character_animation/ambient.toml @@ -2,13 +2,13 @@ id = "d3y3wbexrclipsykysumem3fthkudwx2" name = "Character Animation" description = "Implements basic character animations for a unit." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", animations = true, code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } -unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } +unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } [components] basic_character_animations = { type = "EntityId", description = "Apply animations to the model this points to. Parameters such as health etc. is read from the entity this component is attached to.", attributes = [ diff --git a/guest/rust/packages/std/character_movement/ambient.toml b/guest/rust/packages/std/character_movement/ambient.toml index 3de2e65fbd..c956362741 100644 --- a/guest/rust/packages/std/character_movement/ambient.toml +++ b/guest/rust/packages/std/character_movement/ambient.toml @@ -2,12 +2,12 @@ id = "lktsfudbjw2qikhyumt573ozxhadkiwm" name = "Character Movement" description = "Simulates character movement, including gravity, for a unit." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } +unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } [concepts.CharacterMovement] extends = ["ambient_core::physics::CharacterController"] diff --git a/guest/rust/packages/std/explosion/ambient.toml b/guest/rust/packages/std/explosion/ambient.toml index f579d699cd..64876d072c 100644 --- a/guest/rust/packages/std/explosion/ambient.toml +++ b/guest/rust/packages/std/explosion/ambient.toml @@ -2,12 +2,12 @@ id = "cneomdouziieskjvs3szwmigzotofjzs" name = "Explosion [WIP]" description = "Implements *very* simple explosions." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } [components] is_explosion = { type = "Empty", name = "Is Explosion", description = "Is an explosion", attributes = [ diff --git a/guest/rust/packages/std/hide_cursor/ambient.toml b/guest/rust/packages/std/hide_cursor/ambient.toml index d91ebdb5f6..91253d8757 100644 --- a/guest/rust/packages/std/hide_cursor/ambient.toml +++ b/guest/rust/packages/std/hide_cursor/ambient.toml @@ -2,6 +2,6 @@ id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6" name = "Hide Cursor" description = "Locks and hides the cursor when no UI element is in focus, with the Escape key enabling focus reset." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/std/nameplates/ambient.toml b/guest/rust/packages/std/nameplates/ambient.toml index a64126d5c6..9ba5e23508 100644 --- a/guest/rust/packages/std/nameplates/ambient.toml +++ b/guest/rust/packages/std/nameplates/ambient.toml @@ -2,12 +2,12 @@ id = "per6j2iqhj3jz4da3fqr75jcj2kqjooo" name = "Nameplates" description = "Basic 3D nameplates for players." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-05" } +game_object = { path = "../../schemas/game_object", id = "hvxms7i2px7krvkm23sxfjxsjqlcmtb5", version = "0.3.2-nightly-2024-01-06" } [components] height_offset = { type = "F32", name = "Nameplate Height Offset", description = "The height offset from the base of this entity at which to render a nameplate. If not specified, it will default to this entity's local bounding AABB Z, and if that's not available, it will default to a constant.", attributes = [ diff --git a/guest/rust/packages/std/orbit_camera/ambient.toml b/guest/rust/packages/std/orbit_camera/ambient.toml index b2946b6e40..fc6c29c6b0 100644 --- a/guest/rust/packages/std/orbit_camera/ambient.toml +++ b/guest/rust/packages/std/orbit_camera/ambient.toml @@ -2,9 +2,9 @@ id = "tijz7x6fimbgu24sbbtp4nllhfxbgblp" name = "Orbit Camera" description = "Implements a clientside-only orbit camera. Very basic and not interoperable with other cameras; its primary purpose is for demos. Note that it will automatically add a focusable game element that may be incompatible with `hide_cursor` and similar packages." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] is_orbit_camera = { type = "Empty", attributes = ["Debuggable", "Networked"] } diff --git a/guest/rust/packages/std/third_person_controller/ambient.toml b/guest/rust/packages/std/third_person_controller/ambient.toml index 94af6e42e9..719761d861 100644 --- a/guest/rust/packages/std/third_person_controller/ambient.toml +++ b/guest/rust/packages/std/third_person_controller/ambient.toml @@ -2,13 +2,13 @@ id = "vuph6dqdj6li4apmcgomn3faudcbfz56" name = "Third-person Controller" description = "A third-person controller for the player that takes input and updates their unit's movement and camera. Can be used in first-person mode by reducing the `camera_distance`." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", code = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-05" } -character_movement = { path = "../character_movement", id = "lktsfudbjw2qikhyumt573ozxhadkiwm", version = "0.3.2-nightly-2024-01-05" } +unit_schema = { path = "../../schemas/unit", id = "afl5yv5ya35vbuaj3aido22cwjzat25z", version = "0.3.2-nightly-2024-01-06" } +character_movement = { path = "../character_movement", id = "lktsfudbjw2qikhyumt573ozxhadkiwm", version = "0.3.2-nightly-2024-01-06" } [components] use_third_person_controller = { type = "Empty", name = "Use Third-Person Controller", description = "Use a third-person controller to drive this entity.", attributes = [ diff --git a/guest/rust/packages/tools/console/ambient.toml b/guest/rust/packages/tools/console/ambient.toml index 99c9825961..a1d0c2c446 100644 --- a/guest/rust/packages/tools/console/ambient.toml +++ b/guest/rust/packages/tools/console/ambient.toml @@ -2,9 +2,9 @@ id = "wqkvthxjifxdwgi4hc4efmtjct6tljbw" name = "Console [WIP]" description = "A Rhai-based console for interacting with the world and other packages." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [messages.ConsoleServerInput.fields] input = "String" diff --git a/guest/rust/packages/tools/editor/ambient.toml b/guest/rust/packages/tools/editor/ambient.toml index e8241e7910..896a7f745a 100644 --- a/guest/rust/packages/tools/editor/ambient.toml +++ b/guest/rust/packages/tools/editor/ambient.toml @@ -2,13 +2,13 @@ id = "xr6whcy65gn3vlzrp2ssyn7udcbxb6mu" name = "Editor [WIP]" description = "An extremely early basic sketch of a level editor." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [dependencies] -editor_schema = { path = "../../schemas/editor", id = "n7xfnlfzdmnvj7bqasfdhqftbtdi27ah", version = "0.3.2-nightly-2024-01-05" } -hide_cursor = { path = "../../std/hide_cursor", enabled = false, id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-05" } +editor_schema = { path = "../../schemas/editor", id = "n7xfnlfzdmnvj7bqasfdhqftbtdi27ah", version = "0.3.2-nightly-2024-01-06" } +hide_cursor = { path = "../../std/hide_cursor", enabled = false, id = "xar372tfo2oswb4pkvx7h7o3rxi6tap6", version = "0.3.2-nightly-2024-01-06" } [components] # Player components diff --git a/guest/rust/packages/tools/input_lag_probe/ambient.toml b/guest/rust/packages/tools/input_lag_probe/ambient.toml index 2f207ec5df..e1a98f41bd 100644 --- a/guest/rust/packages/tools/input_lag_probe/ambient.toml +++ b/guest/rust/packages/tools/input_lag_probe/ambient.toml @@ -1,9 +1,9 @@ [package] id = "inputlagprobeaghgqno42orb2j3abay" name = "Input Lag Probe" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] input_timestamp = { type = "Duration", attributes = [ "Networked" ], description = "Timestamp from the last Input message received from the player" } diff --git a/guest/rust/packages/tools/package_manager/ambient.toml b/guest/rust/packages/tools/package_manager/ambient.toml index 0f1fe93b08..2b1553f94b 100644 --- a/guest/rust/packages/tools/package_manager/ambient.toml +++ b/guest/rust/packages/tools/package_manager/ambient.toml @@ -2,9 +2,9 @@ id = "hr4pxz7kfhzgimicoyh65ydel3aehuhk" name = "Package Manager" description = "A package manager/mod manager for your game. Use `mod_manager_for` to turn it into a mod manager." -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components.mod_manager_for] name = "Mod Manager For" @@ -56,4 +56,4 @@ packages = { container_type = "Vec", element_type = "String" } error = { container_type = "Option", element_type = "String" } [dependencies] -editor_schema = { path = "../../schemas/editor", id = "n7xfnlfzdmnvj7bqasfdhqftbtdi27ah", version = "0.3.2-nightly-2024-01-05" } +editor_schema = { path = "../../schemas/editor", id = "n7xfnlfzdmnvj7bqasfdhqftbtdi27ah", version = "0.3.2-nightly-2024-01-06" } diff --git a/guest/rust/packages/tools/performance_bar/ambient.toml b/guest/rust/packages/tools/performance_bar/ambient.toml index 4d26631862..06a33323b5 100644 --- a/guest/rust/packages/tools/performance_bar/ambient.toml +++ b/guest/rust/packages/tools/performance_bar/ambient.toml @@ -1,6 +1,6 @@ [package] id = "kekdhmfpksiukzcvawellrsn5eeevjfd" name = "performance_bar" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/guest/rust/packages/tools/world_latency/ambient.toml b/guest/rust/packages/tools/world_latency/ambient.toml index 4e7a361a6f..73644a66ec 100644 --- a/guest/rust/packages/tools/world_latency/ambient.toml +++ b/guest/rust/packages/tools/world_latency/ambient.toml @@ -2,9 +2,9 @@ id = "fclqpkeyujrl3jeb6na6qmkl6jsumyoq" name = "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.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" content = { type = "Tool" } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [components] player_last_frame = { type = "U64", description = "Last frame number reported by player", attributes = [ diff --git a/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml b/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml index 92bd3aa7b8..05773864e2 100644 --- a/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml +++ b/guest/rust/testcases/588-prefab-despawn-panic/ambient.toml @@ -1,8 +1,8 @@ [package] id = "zzcyk2wlcelbpd25bzsjffzdpjmjsnkl" name = "Test Case 588" -version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" 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.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" diff --git a/libs/unity_parser/Cargo.toml b/libs/unity_parser/Cargo.toml index 60d5eb8d29..fc9b150330 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.2-dev" } +ambient_native_std = { path = "../../crates/native_std" , version = "0.3.2-nightly-2024-01-06" } yaml-rust = { workspace = true } itertools = { workspace = true } glam = { workspace = true } diff --git a/schema/schema/ambient.toml b/schema/schema/ambient.toml index b84d4c6e9e..308ac24e2b 100644 --- a/schema/schema/ambient.toml +++ b/schema/schema/ambient.toml @@ -1,9 +1,9 @@ [package] description = "All core definitions for the Ambient runtime. This is the primary interface for packages to interact with the Ambient runtime." name = "Ambient Core" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" content = { type = "Asset", schema = true } -ambient_version = "0.3.2-nightly-2024-01-05" +ambient_version = "0.3.2-nightly-2024-01-06" [includes] animation = "includes/animation.toml" diff --git a/schema/schema/includes/animation.toml b/schema/schema/includes/animation.toml index 01477fec57..a4b3e2ffec 100644 --- a/schema/schema/includes/animation.toml +++ b/schema/schema/includes/animation.toml @@ -2,8 +2,8 @@ name = "Animation" description = "Components relating to animations." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.is_animation_player] type = "Empty" diff --git a/schema/schema/includes/app_.toml b/schema/schema/includes/app_.toml index f53bea177d..2717bade90 100644 --- a/schema/schema/includes/app_.toml +++ b/schema/schema/includes/app_.toml @@ -2,8 +2,8 @@ name = "App" description = "High-level state relevant to the application (including the in-development Editor)." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.cursor_position] type = "Vec2" diff --git a/schema/schema/includes/audio.toml b/schema/schema/includes/audio.toml index 1be2ffaa50..d6ebcbc77c 100644 --- a/schema/schema/includes/audio.toml +++ b/schema/schema/includes/audio.toml @@ -2,8 +2,8 @@ name = "Audio" description = "Audio functionality and state." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.is_audio_player] type = "Empty" diff --git a/schema/schema/includes/camera.toml b/schema/schema/includes/camera.toml index 748e1ad18e..a775bb5aa8 100644 --- a/schema/schema/includes/camera.toml +++ b/schema/schema/includes/camera.toml @@ -2,8 +2,8 @@ name = "Camera" description = "Camera matrices, types, parameters, and more." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.active_camera] type = "F32" diff --git a/schema/schema/includes/ecs.toml b/schema/schema/includes/ecs.toml index 10254955df..4eb1ac6f25 100644 --- a/schema/schema/includes/ecs.toml +++ b/schema/schema/includes/ecs.toml @@ -2,8 +2,8 @@ name = "Entity Component System" description = "Core components for the ECS and entities." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.dont_despawn_on_unload] type = "Empty" diff --git a/schema/schema/includes/hierarchy.toml b/schema/schema/includes/hierarchy.toml index 4ae916ab85..34300aa156 100644 --- a/schema/schema/includes/hierarchy.toml +++ b/schema/schema/includes/hierarchy.toml @@ -2,8 +2,8 @@ name = "Hierarchy" description = "Parent/child relationships." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.parent] type = "EntityId" diff --git a/schema/schema/includes/input.toml b/schema/schema/includes/input.toml index 43d5b4113e..6cef5b1609 100644 --- a/schema/schema/includes/input.toml +++ b/schema/schema/includes/input.toml @@ -2,8 +2,8 @@ name = "Input" description = "Mouse, keyboard and controller input." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.mouse_over_entity] type = "EntityId" diff --git a/schema/schema/includes/layout.toml b/schema/schema/includes/layout.toml index 751ceec8e3..3b846eeca0 100644 --- a/schema/schema/includes/layout.toml +++ b/schema/schema/includes/layout.toml @@ -2,8 +2,8 @@ name = "Layout" description = "Layout components such as flow, margins etc." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.align_horizontal] type = "Align" diff --git a/schema/schema/includes/model.toml b/schema/schema/includes/model.toml index 108eac8489..87fd41761c 100644 --- a/schema/schema/includes/model.toml +++ b/schema/schema/includes/model.toml @@ -2,8 +2,8 @@ name = "Model" description = "Information about models attached to entities." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.model_animatable] type = "Bool" diff --git a/schema/schema/includes/network.toml b/schema/schema/includes/network.toml index b200b92954..b8943f62b0 100644 --- a/schema/schema/includes/network.toml +++ b/schema/schema/includes/network.toml @@ -2,8 +2,8 @@ name = "Network" description = "Network-related state." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.is_remote_entity] type = "Empty" diff --git a/schema/schema/includes/package.toml b/schema/schema/includes/package.toml index 6dfaeb8df9..53beb669ef 100644 --- a/schema/schema/includes/package.toml +++ b/schema/schema/includes/package.toml @@ -2,8 +2,8 @@ name = "Package" description = "Package-related state and functionality." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [enums.PackageContent] description = "The content type of the package." diff --git a/schema/schema/includes/physics.toml b/schema/schema/includes/physics.toml index a1407c5538..394576e886 100644 --- a/schema/schema/includes/physics.toml +++ b/schema/schema/includes/physics.toml @@ -2,8 +2,8 @@ name = "Physics" description = "Physics functionality and state." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.angular_velocity] type = "Vec3" diff --git a/schema/schema/includes/player.toml b/schema/schema/includes/player.toml index 0e1b51ea02..bec8cae91d 100644 --- a/schema/schema/includes/player.toml +++ b/schema/schema/includes/player.toml @@ -2,8 +2,8 @@ name = "Player" description = "Components that are attached to player entities." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.local_user_id] type = "String" diff --git a/schema/schema/includes/prefab.toml b/schema/schema/includes/prefab.toml index 8571e6eac1..72543db4cb 100644 --- a/schema/schema/includes/prefab.toml +++ b/schema/schema/includes/prefab.toml @@ -2,8 +2,8 @@ name = "Prefab" description = "Prefab-related state, including loading of prefabs." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.prefab_from_url] type = "String" diff --git a/schema/schema/includes/primitives.toml b/schema/schema/includes/primitives.toml index 4d8ecd2bed..36c00f7797 100644 --- a/schema/schema/includes/primitives.toml +++ b/schema/schema/includes/primitives.toml @@ -2,8 +2,8 @@ name = "Primitives" description = "Components that create primitive (in the geometric sense) objects from their attached entities." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.cube] type = "Empty" diff --git a/schema/schema/includes/procedurals.toml b/schema/schema/includes/procedurals.toml index a5fa285f7e..65c902b257 100644 --- a/schema/schema/includes/procedurals.toml +++ b/schema/schema/includes/procedurals.toml @@ -2,8 +2,8 @@ name = "Procedurals" description = "Procedural asset functionality and related." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.procedural_mesh] type = "ProceduralMeshHandle" diff --git a/schema/schema/includes/rect.toml b/schema/schema/includes/rect.toml index 6006c50571..01014222cd 100644 --- a/schema/schema/includes/rect.toml +++ b/schema/schema/includes/rect.toml @@ -2,8 +2,8 @@ name = "Rect" description = "Rounded corners rectangle rendering components, with an optional border." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.background_color] type = "Vec4" diff --git a/schema/schema/includes/rendering.toml b/schema/schema/includes/rendering.toml index 3256ac83fa..3dd560c99e 100644 --- a/schema/schema/includes/rendering.toml +++ b/schema/schema/includes/rendering.toml @@ -2,8 +2,8 @@ name = "Rendering" description = "Rendering-related state, including global rendering parameters and per-entity state." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.cast_shadows] type = "Empty" diff --git a/schema/schema/includes/text.toml b/schema/schema/includes/text.toml index 20545bbcd9..44a02c3703 100644 --- a/schema/schema/includes/text.toml +++ b/schema/schema/includes/text.toml @@ -2,8 +2,8 @@ name = "Text" description = "Text rendering." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.font_family] type = "String" diff --git a/schema/schema/includes/transform.toml b/schema/schema/includes/transform.toml index 06d2198b20..a5a60a0c6a 100644 --- a/schema/schema/includes/transform.toml +++ b/schema/schema/includes/transform.toml @@ -2,8 +2,8 @@ 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.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.cylindrical_billboard_z] type = "Empty" diff --git a/schema/schema/includes/ui.toml b/schema/schema/includes/ui.toml index a6de40ee4e..a03499d53c 100644 --- a/schema/schema/includes/ui.toml +++ b/schema/schema/includes/ui.toml @@ -2,8 +2,8 @@ name = "UI" description = "User interface components" content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.focus] type = "String" diff --git a/schema/schema/includes/wasm.toml b/schema/schema/includes/wasm.toml index 5436372461..419eca3fb8 100644 --- a/schema/schema/includes/wasm.toml +++ b/schema/schema/includes/wasm.toml @@ -2,8 +2,8 @@ name = "WASM" description = "State related to WASM functionality." content = { type = "Asset", schema = true } -version = "0.3.2-dev" -ambient_version = "0.3.2-nightly-2024-01-05" +version = "0.3.2-nightly-2024-01-06" +ambient_version = "0.3.2-nightly-2024-01-06" [components.is_module] name = "Is module" diff --git a/shared_crates/editor_derive/Cargo.toml b/shared_crates/editor_derive/Cargo.toml index 12653aa408..26b848bf00 100644 --- a/shared_crates/editor_derive/Cargo.toml +++ b/shared_crates/editor_derive/Cargo.toml @@ -19,5 +19,5 @@ syn = { workspace = true } proc-macro-crate = { workspace = true } [dev-dependencies] -ambient_ui_native = { path = "../../crates/ui_native" , version = "0.3.2-dev" } +ambient_ui_native = { path = "../../crates/ui_native" , version = "0.3.2-nightly-2024-01-06" } pretty_assertions = "1.4" diff --git a/shared_crates/element/Cargo.toml b/shared_crates/element/Cargo.toml index 87086dd189..e389f2c0fb 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.2-dev" } -ambient_element_component = { path = "../element_component" , version = "0.3.2-dev" } -ambient_cb = { path = "../../libs/cb" , version = "0.3.2-dev" } -ambient_friendly_id = { path = "../../libs/friendly_id" , version = "0.3.2-dev" } +ambient_guest_bridge = { path = "../guest_bridge", default-features = false , version = "0.3.2-nightly-2024-01-06" } +ambient_element_component = { path = "../element_component" , version = "0.3.2-nightly-2024-01-06" } +ambient_cb = { path = "../../libs/cb" , version = "0.3.2-nightly-2024-01-06" } +ambient_friendly_id = { path = "../../libs/friendly_id" , version = "0.3.2-nightly-2024-01-06" } # Only on native -ambient_sys = { path = "../../crates/sys", optional = true , version = "0.3.2-dev" } -ambient_core = { path = "../../crates/core", optional = true , version = "0.3.2-dev" } +ambient_sys = { path = "../../crates/sys", optional = true , version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../../crates/core", optional = true , version = "0.3.2-nightly-2024-01-06" } 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 543c2b44ae..d82c80b70e 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.2-dev" } -ambient_core = { path = "../../crates/core", optional = true, version = "0.3.2-dev" } -ambient_layout = { path = "../../crates/layout", optional = true, version = "0.3.2-dev" } -ambient_renderer = { path = "../../crates/renderer", optional = true, version = "0.3.2-dev" } -ambient_text = { path = "../../crates/text", optional = true, version = "0.3.2-dev" } -ambient_rect = { path = "../../crates/rect", optional = true, version = "0.3.2-dev" } -ambient_input = { path = "../../crates/input", optional = true, version = "0.3.2-dev" } -ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.2-dev" } +ambient_ecs = { path = "../../crates/ecs", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_core = { path = "../../crates/core", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_layout = { path = "../../crates/layout", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_renderer = { path = "../../crates/renderer", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_text = { path = "../../crates/text", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_rect = { path = "../../crates/rect", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_input = { path = "../../crates/input", optional = true, version = "0.3.2-nightly-2024-01-06" } +ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } # Guest only -ambient_api_core = { path = "../../guest/rust/api_core", optional = true, version = "0.3.2-dev" } +ambient_api_core = { path = "../../guest/rust/api_core", optional = true, version = "0.3.2-nightly-2024-01-06" } # Shared -ambient_shared_types = { path = "../shared_types", version = "0.3.2-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.2-nightly-2024-01-06" } [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 852c56d0b8..d3d41e9884 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.2-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.2-nightly-2024-01-06" } serde = { workspace = true } toml = { workspace = true } diff --git a/shared_crates/package_docgen/Cargo.toml b/shared_crates/package_docgen/Cargo.toml index 268bdfcc58..8d7007cf77 100644 --- a/shared_crates/package_docgen/Cargo.toml +++ b/shared_crates/package_docgen/Cargo.toml @@ -12,7 +12,7 @@ rustdoc-args = ["--cfg", "docsrs"] targets = ["wasm32-wasi"] [dependencies] -ambient_package_json = { path = "../package_json" , version = "0.3.2-dev" } +ambient_package_json = { path = "../package_json" , version = "0.3.2-nightly-2024-01-06" } tera = "1.19" markdown = "1.0.0-alpha.14" diff --git a/shared_crates/package_json/Cargo.toml b/shared_crates/package_json/Cargo.toml index 2fe126e110..abad74486d 100644 --- a/shared_crates/package_json/Cargo.toml +++ b/shared_crates/package_json/Cargo.toml @@ -16,4 +16,4 @@ serde = { workspace = true } indexmap = { workspace = true } pathdiff = { workspace = true } -ambient_primitive_component_definitions = { path = "../primitive_component_definitions" , version = "0.3.2-dev" } +ambient_primitive_component_definitions = { path = "../primitive_component_definitions" , version = "0.3.2-nightly-2024-01-06" } diff --git a/shared_crates/package_macro_common/Cargo.toml b/shared_crates/package_macro_common/Cargo.toml index 13daa7155c..dcf3088de9 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.2-dev" } -ambient_package_semantic = { path = "../package_semantic" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../shared_types" , version = "0.3.2-dev" } +ambient_package = { path = "../package" , version = "0.3.2-nightly-2024-01-06" } +ambient_package_semantic = { path = "../package_semantic" , version = "0.3.2-nightly-2024-01-06" } +ambient_shared_types = { path = "../shared_types" , version = "0.3.2-nightly-2024-01-06" } [dev-dependencies] indoc = "2.0" diff --git a/shared_crates/package_rt/Cargo.toml b/shared_crates/package_rt/Cargo.toml index 6f7a793da3..497936fff1 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.2-dev" } +ambient_shared_types = { path = "../shared_types", version = "0.3.2-nightly-2024-01-06" } diff --git a/shared_crates/package_semantic/Cargo.toml b/shared_crates/package_semantic/Cargo.toml index 5eb4412719..89f4e9ed69 100644 --- a/shared_crates/package_semantic/Cargo.toml +++ b/shared_crates/package_semantic/Cargo.toml @@ -8,11 +8,11 @@ rust-version = { workspace = true } version = { workspace = true } [dependencies] -ambient_package = { path = "../package" , version = "0.3.2-dev" } -ambient_shared_types = { path = "../shared_types" , version = "0.3.2-dev" } -ambient_schema = { path = "../../schema" , version = "0.3.2-dev" } -ambient_std = { path = "../std" , version = "0.3.2-dev" } -ambient_dirs = { path = "../dirs" , version = "0.3.2-dev" } +ambient_package = { path = "../package" , version = "0.3.2-nightly-2024-01-06" } +ambient_shared_types = { path = "../shared_types" , version = "0.3.2-nightly-2024-01-06" } +ambient_schema = { path = "../../schema" , version = "0.3.2-nightly-2024-01-06" } +ambient_std = { path = "../std" , version = "0.3.2-nightly-2024-01-06" } +ambient_dirs = { path = "../dirs" , version = "0.3.2-nightly-2024-01-06" } anyhow = { workspace = true } ulid = { workspace = true } diff --git a/shared_crates/shared_types/Cargo.toml b/shared_crates/shared_types/Cargo.toml index 8489bf7680..079b82c2b4 100644 --- a/shared_crates/shared_types/Cargo.toml +++ b/shared_crates/shared_types/Cargo.toml @@ -19,7 +19,7 @@ winit = { workspace = true, optional = true } ulid = { workspace = true } paste = { workspace = true } -ambient_primitive_component_definitions = { path = "../primitive_component_definitions" , version = "0.3.2-dev" } +ambient_primitive_component_definitions = { path = "../primitive_component_definitions" , version = "0.3.2-nightly-2024-01-06" } [features] native = ["dep:winit"] diff --git a/shared_crates/ui/Cargo.toml b/shared_crates/ui/Cargo.toml index cc95a8e34a..6308efc87e 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.2-dev" } -ambient_guest_bridge = { path = "../guest_bridge", default-features = false, version = "0.3.2-dev" } +ambient_element = { path = "../element", default-features = false, version = "0.3.2-nightly-2024-01-06" } +ambient_guest_bridge = { path = "../guest_bridge", default-features = false, version = "0.3.2-nightly-2024-01-06" } -ambient_cb = { path = "../../libs/cb", version = "0.3.2-dev" } -ambient_color = { path = "../../libs/color", version = "0.3.2-dev" } -ambient_math = { path = "../../libs/math", version = "0.3.2-dev" } -ambient_time = { path = "../../libs/time", version = "0.3.2-dev" } -ambient_shared_types = { path = "../shared_types", version = "0.3.2-dev" } +ambient_cb = { path = "../../libs/cb", version = "0.3.2-nightly-2024-01-06" } +ambient_color = { path = "../../libs/color", version = "0.3.2-nightly-2024-01-06" } +ambient_math = { path = "../../libs/math", version = "0.3.2-nightly-2024-01-06" } +ambient_time = { path = "../../libs/time", version = "0.3.2-nightly-2024-01-06" } +ambient_shared_types = { path = "../shared_types", version = "0.3.2-nightly-2024-01-06" } # Host only -ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.2-dev" } +ambient_sys = { path = "../../crates/sys", optional = true, version = "0.3.2-nightly-2024-01-06" } glam = { workspace = true } itertools = { workspace = true } diff --git a/web/Cargo.lock b/web/Cargo.lock index 7371a3eae7..fd54a00b68 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -100,7 +100,7 @@ checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" [[package]] name = "ambient_animation" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "ambient_app" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_animation", "ambient_cameras", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "ambient_asset_cache" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_sys", "as-any", @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "ambient_audio" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "ambient_sys", @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "ambient_cameras" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -211,11 +211,11 @@ dependencies = [ [[package]] name = "ambient_cb" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_client_shared" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_debugger", @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "ambient_color" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam", "hex", @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "ambient_core" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "ambient_gpu", @@ -266,7 +266,7 @@ dependencies = [ [[package]] name = "ambient_debugger" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "ambient_decals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_asset_cache", "ambient_core", @@ -303,14 +303,14 @@ dependencies = [ [[package]] name = "ambient_dirs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "directories", ] [[package]] name = "ambient_ecs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_native_std", "ambient_package_macro_common", @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "ambient_ecs_editor" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "ambient_editor_derive" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "pretty_assertions", "proc-macro-crate", @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "ambient_element" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_core", @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "ambient_element_component" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools", "proc-macro2", @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ambient_focus" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "winit", @@ -407,28 +407,28 @@ dependencies = [ [[package]] name = "ambient_friendly_id" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "rand 0.8.5", ] [[package]] name = "ambient_git_rev" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "once_cell", ] [[package]] name = "ambient_git_rev_init" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_git_rev", ] [[package]] name = "ambient_gizmos" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "ambient_gpu" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "aho-corasick", "ambient_native_std", @@ -477,7 +477,7 @@ dependencies = [ [[package]] name = "ambient_gpu_ecs" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_ecs", "ambient_gpu", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "ambient_guest_bridge" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "ambient_input" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "ambient_layout" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "ambient_math" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "glam", "rand 0.8.5", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "ambient_meshes" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_gpu", "ambient_native_std", @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "ambient_model" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "ambient_native_std" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_asset_cache", "ambient_cb", @@ -625,7 +625,7 @@ dependencies = [ [[package]] name = "ambient_network" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_core", @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "ambient_package" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "chrono", @@ -700,7 +700,7 @@ dependencies = [ [[package]] name = "ambient_package_macro_common" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_package", "ambient_package_semantic", @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "ambient_package_rt" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_shared_types", "byteorder", @@ -727,7 +727,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_dirs", "ambient_package", @@ -750,7 +750,7 @@ dependencies = [ [[package]] name = "ambient_package_semantic_native" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_core", @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "ambient_physics" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "ambient_prefab" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_decals", @@ -813,11 +813,11 @@ dependencies = [ [[package]] name = "ambient_primitive_component_definitions" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_primitives" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "ambient_procedurals" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "ambient_rect" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "ambient_renderer" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_color", "ambient_core", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "ambient_rpc" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "bincode", "futures", @@ -926,11 +926,11 @@ dependencies = [ [[package]] name = "ambient_schema" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" [[package]] name = "ambient_settings" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_dirs", "ambient_native_std", @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "ambient_shared_types" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_primitive_component_definitions", "bitflags 1.3.2", @@ -958,7 +958,7 @@ dependencies = [ [[package]] name = "ambient_sky" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "ambient_std" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools", "thiserror", @@ -986,7 +986,7 @@ dependencies = [ [[package]] name = "ambient_sys" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "anyhow", "arboard", @@ -1013,7 +1013,7 @@ dependencies = [ [[package]] name = "ambient_text" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "ambient_time" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "itertools", "thiserror", @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "ambient_ui" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_color", @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "ambient_ui_native" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_cb", "ambient_core", @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "ambient_wasm" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "ambient_water" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_core", "ambient_ecs", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "ambient_web" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_audio", @@ -1207,7 +1207,7 @@ dependencies = [ [[package]] name = "ambient_world_audio" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "ambient_app", "ambient_audio", @@ -4572,7 +4572,7 @@ dependencies = [ [[package]] name = "physxx" -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" dependencies = [ "as-any", "bitflags 1.3.2", diff --git a/web/Cargo.toml b/web/Cargo.toml index 157564b1f1..9d37fb94f1 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["client"] resolver = "2" [workspace.package] -version = "0.3.2-dev" +version = "0.3.2-nightly-2024-01-06" rust-version = "1.70.0" [workspace.dependencies]