diff --git a/Cargo.toml b/Cargo.toml index 31f011c..1879cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,9 @@ [workspace] -members = [ - "citro3d", - "citro3d-sys", - "citro3d-macros", -] -default-members = [ - "citro3d", - "citro3d-sys", - "citro3d-macros", -] +members = ["citro3d", "citro3d-sys", "citro3d-macros"] +default-members = ["citro3d", "citro3d-sys", "citro3d-macros"] resolver = "2" -[patch."https://github.com/rust3ds/citro3d-rs.git"] +[patch."https://git.xenua.me/rust3ds/citro3d-rs.git"] citro3d = { path = "citro3d" } citro3d-sys = { path = "citro3d-sys" } citro3d-macros = { path = "citro3d-macros" } diff --git a/citro3d-sys/Cargo.toml b/citro3d-sys/Cargo.toml index 797e9cb..797410b 100644 --- a/citro3d-sys/Cargo.toml +++ b/citro3d-sys/Cargo.toml @@ -8,7 +8,7 @@ links = "citro3d" [dependencies] libc = "0.2.116" -ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" } +ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } [build-dependencies] bindgen = { version = "0.68.1", features = ["experimental"] } @@ -16,4 +16,4 @@ cc = "1.0.83" doxygen-rs = "0.4.2" [dev-dependencies] -shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" } +shim-3ds = { git = "https://git.xenua.me/rust3ds/shim-3ds.git" } diff --git a/citro3d/Cargo.toml b/citro3d/Cargo.toml index 705d601..0c3b74b 100644 --- a/citro3d/Cargo.toml +++ b/citro3d/Cargo.toml @@ -11,9 +11,9 @@ approx = { version = "0.5.1", optional = true } bitflags = "1.3.2" bytemuck = { version = "1.10.0", features = ["extern_crate_std"] } citro3d-macros = { version = "0.1.0", path = "../citro3d-macros" } -citro3d-sys = { git = "https://github.com/rust3ds/citro3d-rs.git" } -ctru-rs = { git = "https://github.com/rust3ds/ctru-rs.git" } -ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" } +citro3d-sys = { git = "https://git.xenua.me/rust3ds/citro3d-rs.git" } +ctru-rs = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } +ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" } document-features = "0.2.7" libc = "0.2.125" @@ -25,7 +25,7 @@ approx = ["dep:approx"] glam = ["dep:glam"] [dev-dependencies] -test-runner = { git = "https://github.com/rust3ds/test-runner.git" } +test-runner = { git = "https://git.xenua.me/rust3ds/test-runner.git" } [dev-dependencies.citro3d] # Basically, this works like `cargo 3ds test --features ...` for building tests