diff --git a/Cargo.toml b/Cargo.toml index d7694bc..0d8eaac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = ["ctru-rs", "ctru-sys", "ctru-sys/docstring-to-rustdoc"] -[patch.'https://github.com/Meziu/ctru-rs'] +[patch.'https://github.com/rust3ds/ctru-rs'] # Make sure all dependencies use the local ctru-sys package ctru-sys = { path = "ctru-sys" } diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 3c90be8..e1372e0 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -14,8 +14,8 @@ name = "ctru" cfg-if = "1.0" ctru-sys = { path = "../ctru-sys", version = "0.4" } const-zero = "0.1.0" -linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" } -pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" } +linker-fix-3ds = { git = "https://github.com/rust3ds/rust-linker-fix-3ds.git" } +pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" } libc = "0.2.121" bitflags = "1.0.0" widestring = "0.2.2"