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() {
66
66
. prepend_enum_name ( false )
67
67
. fit_macro_constants ( true )
68
68
. raw_line ( "use ctru_sys::*;" )
69
+ . raw_line ( "use libc::FILE;" )
69
70
. must_use_type ( "Result" )
70
71
. blocklist_type ( "u(8|16|32|64)" )
72
+ . blocklist_type ( "FILE" )
71
73
. opaque_type ( "(GPU|GFX)_.*" )
72
74
. opaque_type ( "float24Uniform_s" )
73
75
. allowlist_file ( ".*/c3d/.*[.]h" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ approx = ["dep:approx"]
25
25
glam = [" dep:glam" ]
26
26
27
27
[dev-dependencies ]
28
- test-runner = { git = " https://github.com/rust3ds/test-runner .git" }
28
+ test-runner = { git = " https://github.com/rust3ds/ctru-rs .git" }
29
29
30
30
[dev-dependencies .citro3d ]
31
31
# Basically, this works like `cargo 3ds test --features ...` for building tests
You can’t perform that action at this time.
0 commit comments