From 824f817090c47fb5ab37cccc5d66bd4875835cf0 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Sun, 5 Feb 2023 20:21:07 -0500 Subject: [PATCH] Update old repo references to rust3ds instead --- Cargo.toml | 2 +- citro3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2d84ae..334a0ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] members = ["citro3d-sys", "citro3d"] -[patch."https://github.com/ian-h-chamberlain/citro3d-rs.git"] +[patch."https://github.com/rust3ds/citro3d-rs.git"] citro3d-sys = { path = "citro3d-sys" } diff --git a/citro3d/Cargo.toml b/citro3d/Cargo.toml index 34e418e..c4ab668 100644 --- a/citro3d/Cargo.toml +++ b/citro3d/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] bitflags = "1.3.2" bytemuck = { version = "1.10.0", features = ["extern_crate_std"] } -citro3d-sys = { git = "https://github.com/ian-h-chamberlain/citro3d-rs.git" } +citro3d-sys = { git = "https://github.com/rust3ds/citro3d-rs.git" } ctru-rs = { git = "https://github.com/rust3ds/ctru-rs.git" } libc = "0.2.125"