Browse Source

Update old repo references to rust3ds instead

pull/4/head
Ian Chamberlain 2 years ago
parent
commit
824f817090
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 2
      Cargo.toml
  2. 2
      citro3d/Cargo.toml

2
Cargo.toml

@ -1,5 +1,5 @@
[workspace] [workspace]
members = ["citro3d-sys", "citro3d"] 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" } citro3d-sys = { path = "citro3d-sys" }

2
citro3d/Cargo.toml

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
bitflags = "1.3.2" bitflags = "1.3.2"
bytemuck = { version = "1.10.0", features = ["extern_crate_std"] } 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" } ctru-rs = { git = "https://github.com/rust3ds/ctru-rs.git" }
libc = "0.2.125" libc = "0.2.125"

Loading…
Cancel
Save