From f71a0b37db088590b1bb7a7b30e72a1b8d709218 Mon Sep 17 00:00:00 2001 From: Peter Hayman Date: Wed, 27 Nov 2024 12:56:49 +0700 Subject: [PATCH] chore: remove path dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3468cec..90b6fc05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [