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