From c36e0d8f997dd38bb48d4cd12cc88c4149ff2837 Mon Sep 17 00:00:00 2001 From: Liam Gallagher Date: Mon, 7 Oct 2024 16:27:33 +1300 Subject: [PATCH] temp fix main --- images/manifests/main.Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/manifests/main.Cargo.toml b/images/manifests/main.Cargo.toml index 1144426b..bda38a45 100644 --- a/images/manifests/main.Cargo.toml +++ b/images/manifests/main.Cargo.toml @@ -31,7 +31,7 @@ bevy = { git = "https://github.com/bevyengine/bevy.git", default-features = fals "webgl2", ] } wasm-bindgen = "0.2" -playground_lib = { git = "https://github.com/liamgallagher737/learnbevy.git" } +playground_lib = { git = "https://github.com/liamgallagher737/learnbevy.git", branch = "playground-lib-crate" } [profile.release.package."*"] opt-level = 'z'