mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-15 15:26:50 +00:00
Use correct branch for cpal
This commit is contained in:
parent
066389a29f
commit
e567dd6296
|
@ -109,5 +109,5 @@ jni = "0.20"
|
|||
|
||||
[target.'cfg(target_os = "horizon")'.dependencies]
|
||||
#deko3d = { path = "./3rdparty/deko3d" }
|
||||
cpal = { git = "https://github.com/doukutsu-rs/cpal", branch = "master" }
|
||||
cpal = { git = "https://github.com/doukutsu-rs/cpal", branch = "horizon" }
|
||||
deko3d = { git = "https://github.com/doukutsu-rs/deko3d-rs", branch = "master" }
|
||||
|
|
Loading…
Reference in a new issue