Rust bindings and safe wrappers for citro3d
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.
 
 
Ian Chamberlain 041cf47524
Add some basic READMEs and licenses for macros
1 year ago
..
src Generate bindings with build.rs at compile time 1 year ago
Cargo.toml Include gcc libdir when building 1 year ago
LICENSE Fix licensing 2 years ago
README.md Add some basic READMEs and licenses for macros 1 year ago
bindgen.sh Use bindgen library to generate bindings 2 years ago
build.rs Include gcc libdir when building 1 year ago

README.md

citro3d-sys

Rust bindings to citro3d. Bindings are generated at build time using the locally-installed devkitPro.

Documentation is generated from the main branch, and should generally be up to date with the latest devkitPro. This will be more useful than docs.rs, since the bindings are generated at build time and docs.rs' build environment does not have a copy of devkitPro to generate bindings from.