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.
|
[package] |
|
name = "citro3d" |
|
version = "0.1.0" |
|
edition = "2021" |
|
authors = [""] |
|
|
|
[dependencies] |
|
bitflags = "1.3.2" |
|
citro3d-sys = { git = "https://github.com/ian-h-chamberlain/citro3d-rs.git" } |
|
ctru-rs = { git = "https://github.com/Meziu/ctru-rs.git" } |
|
libc = "0.2.125" |
|
|
|
[dev-dependencies]
|
|
|