Browse Source

fork: update refs

main
xenua 1 month ago
parent
commit
e688e0fda5
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 14
      Cargo.toml
  2. 4
      citro3d-sys/Cargo.toml
  3. 8
      citro3d/Cargo.toml

14
Cargo.toml

@ -1,17 +1,9 @@ @@ -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" }

4
citro3d-sys/Cargo.toml

@ -8,7 +8,7 @@ links = "citro3d" @@ -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" @@ -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" }

8
citro3d/Cargo.toml

@ -11,9 +11,9 @@ approx = { version = "0.5.1", optional = true } @@ -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"] @@ -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

Loading…
Cancel
Save