Use correct branch for cpal

This commit is contained in:
Alula 2022-12-01 14:41:57 +01:00
parent 066389a29f
commit e567dd6296
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -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" }