Skip to content

Commit

Permalink
Merge pull request #50 from rust3ds/fix/dependency-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu authored Jun 18, 2024
2 parents 996488e + f43694d commit bb643c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions citro3d-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ fn main() {
.prepend_enum_name(false)
.fit_macro_constants(true)
.raw_line("use ctru_sys::*;")
.raw_line("use libc::FILE;")
.must_use_type("Result")
.blocklist_type("u(8|16|32|64)")
.blocklist_type("FILE")
.opaque_type("(GPU|GFX)_.*")
.opaque_type("float24Uniform_s")
.allowlist_file(".*/c3d/.*[.]h")
Expand Down
2 changes: 1 addition & 1 deletion citro3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/rust3ds/ctru-rs.git" }

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

0 comments on commit bb643c7

Please sign in to comment.