diff --git a/Cargo.lock b/Cargo.lock index 56e7498..e213361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ dependencies = [ "bevy_easings", "bevy_egui", "bevy_gltf_blueprints", - "bevy_gltf_components 0.2.0", + "bevy_gltf_components 0.2.0 (git+https://github.com/piedoom/blender_bevy_components_workflow)", "bevy_wasm_window_resize", "bevy_xpbd_3d", "egui_extras", @@ -780,6 +780,7 @@ dependencies = [ [[package]] name = "bevy_gltf_blueprints" version = "0.3.3" +source = "git+https://github.com/piedoom/blender_bevy_components_workflow#62e653b172981020a083e5c66f1a1e6e7df1226e" dependencies = [ "bevy", "bevy_gltf_components 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -788,6 +789,8 @@ dependencies = [ [[package]] name = "bevy_gltf_components" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd745a2988c631286404e12d184d4a30a634fbbba1deceaaa1ca7fcbc607cc7a" dependencies = [ "bevy", "ron", @@ -797,8 +800,7 @@ dependencies = [ [[package]] name = "bevy_gltf_components" version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd745a2988c631286404e12d184d4a30a634fbbba1deceaaa1ca7fcbc607cc7a" +source = "git+https://github.com/piedoom/blender_bevy_components_workflow#62e653b172981020a083e5c66f1a1e6e7df1226e" dependencies = [ "bevy", "ron", diff --git a/Cargo.toml b/Cargo.toml index 7762afd..8b6e1d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ bevy_common_assets = { version = "0.8.0", features = ["ron"] } # bevy_atmosphere = "0.8.1" bevy_easings = "0.12.2" bevy_egui = "0.23.0" -bevy_gltf_blueprints = { path = "../blender_bevy_components_workflow/crates/bevy_gltf_blueprints" } -bevy_gltf_components = { path = "../blender_bevy_components_workflow/crates/bevy_gltf_components" } +bevy_gltf_blueprints = { git = "https://github.com/piedoom/blender_bevy_components_workflow" } +bevy_gltf_components = { git = "https://github.com/piedoom/blender_bevy_components_workflow" } bevy_xpbd_3d = "0.3" egui_extras = { version = "0.23.0", features = ["file", "image"] } leafwing-input-manager = "0.11.1"