Skip to content

Commit

Permalink
chore: remove path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey authored Nov 27, 2024
1 parent 26c4cb6 commit f71a0b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ beet_examples = { path = "crates/beet_examples", version = "0.0.4-rc.4" }
emby = { path = "crates/emby", version = "0.0.4-rc.4" }

## local
beetmash = { version = "0.0.6-rc.2", path = "../beetmash" }
forky = { path = "../forky", version = "0.2.0-rc.3", features = [
beetmash = { version = "0.0.6-rc.7" }
forky = { version = "0.2.0-rc.6", features = [
"bevy",
"web",
] }
sweet = { path = "../sweet", version = "0.2.0-rc.3", features = ["bevy"] }
sweet = { version = "0.2.0-rc.4", features = ["bevy"] }

#💡 game
bevy = { version = "0.15.0-rc.1", default-features = false, features = [
Expand Down

0 comments on commit f71a0b3

Please sign in to comment.