Shim implementation for a subset of the newlib library for the Nintendo 3DS.
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.

11 lines
258 B

[package]
2 years ago
name = "shim-3ds"
2 years ago
authors = [ "Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>" ]
version = "0.1.0"
2 years ago
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" }
libc = "0.2.139"