diff --git a/Cargo.toml b/Cargo.toml index 6558750..060edb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }