From e567dd62965eef605e796b01de58202486a21c6c Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:41:57 +0100 Subject: [PATCH] Use correct branch for cpal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }