fix: use git dependency
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1432,6 +1432,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bevy_sk"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Schmarni-Dev/bevy_sk?branch=fix_mat_stuff#744e9bb442a690b1abc15f50ba2655228bd84eea"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_mod_xr",
|
||||
|
||||
@@ -82,11 +82,9 @@ tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
|
||||
bevy = { version = "0.16", features = ["wayland", "bevy_remote", "mp3", "wav"] }
|
||||
bevy_mod_xr = "0.3"
|
||||
bevy_mod_openxr = "0.3"
|
||||
# bevy_mod_meshtext.git = "https://github.com/Schmarni-Dev/bevy_mod_meshtext"
|
||||
# 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 = { git = "https://github.com/Schmarni-Dev/bevy_sk", branch = "fix_mat_stuff" }
|
||||
bevy-mesh-text-3d.git = "https://github.com/terhechte/bevy-mesh-text-3d"
|
||||
bevy_sk.path = "../bevy_sk"
|
||||
|
||||
openxr = "0.19"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user