Skip to content

Commit

Permalink
fixed link to gltf components patch
Browse files Browse the repository at this point in the history
  • Loading branch information
doomy committed Dec 12, 2023
1 parent 11f3234 commit bd2388d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd2388d

Please sign in to comment.