File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ approx = ["dep:approx"]
2525glam = [" 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
You can’t perform that action at this time.
0 commit comments