fix: don't use path dependency... again

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit was merged in pull request #46.
This commit is contained in:
Schmarni
2025-06-30 01:52:35 +02:00
committed by Nova King
parent 3b4a42c0cb
commit 0abc38c83a

View File

@@ -83,8 +83,8 @@ bevy = { version = "0.16", features = ["wayland", "mp3", "wav"] }
bevy_mod_xr = "0.3"
bevy_mod_openxr = "0.3"
# bevy_sk.git = "https://github.com/MalekiRe/bevy_sk"
# bevy_sk = { git = "https://github.com/Schmarni-Dev/bevy_sk", branch = "fix_mat_stuff" }
bevy_sk.path = "../bevy_sk"
bevy_sk = { git = "https://github.com/Schmarni-Dev/bevy_sk", branch = "fix_mat_stuff" }
# bevy_sk.path = "../bevy_sk"
bevy-mesh-text-3d.git = "https://github.com/terhechte/bevy-mesh-text-3d"
openxr = "0.19"