This website works better with JavaScript.
Explore
Help
Sign In
rust3ds
/
citro3d-rs
Watch
1
Star
0
Fork
You've already forked citro3d-rs
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Rust bindings and safe wrappers for citro3d
homebrew
nintendo-3ds
rust
bindings
graphics
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46
Commits
1
Branch
0
Tags
412 KiB
Tree:
b05a1e3ff3
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b05a1e3ff3'
${ noResults }
citro3d-rs
/
citro3d-sys
/
bindgen.sh
6 lines
95 B
Raw
Normal View
History
Unescape
Escape
Init
7 years ago
#!/usr/bin/env bash
set
-euxo pipefail
Use bindgen library to generate bindings This allows us to use a custom callback for marking some types as Copy, which bindgen otherwise pessimistically assumes cannot.
2 years ago
cargo run --package bindgen-citro3d > src/bindings.rs