Skip to content

Commit bb643c7

Browse files
authored
Merge pull request #50 from rust3ds/fix/dependency-update
2 parents 996488e + f43694d commit bb643c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

citro3d-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ fn main() {
6666
.prepend_enum_name(false)
6767
.fit_macro_constants(true)
6868
.raw_line("use ctru_sys::*;")
69+
.raw_line("use libc::FILE;")
6970
.must_use_type("Result")
7071
.blocklist_type("u(8|16|32|64)")
72+
.blocklist_type("FILE")
7173
.opaque_type("(GPU|GFX)_.*")
7274
.opaque_type("float24Uniform_s")
7375
.allowlist_file(".*/c3d/.*[.]h")

citro3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ approx = ["dep:approx"]
2525
glam = ["dep:glam"]
2626

2727
[dev-dependencies]
28-
test-runner = { git = "https://github.com/rust3ds/test-runner.git" }
28+
test-runner = { git = "https://github.com/rust3ds/ctru-rs.git" }
2929

3030
[dev-dependencies.citro3d]
3131
# Basically, this works like `cargo 3ds test --features ...` for building tests

0 commit comments

Comments
 (0)