diff options
| author | FenrirWolf <[email protected]> | 2018-04-21 16:39:03 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-21 16:39:03 -0600 |
| commit | 159b5b9e62ce074bbbd1900137670a9f5426a8bd (patch) | |
| tree | 4fecd0ca00b754c494e96b13e9837db48de93109 /ctr-std/Cargo.toml | |
| parent | Move more implementation details to `imp` module (diff) | |
| parent | Update for Rust nightly 2018-04-19 (diff) | |
| download | archived-ctru-rs-159b5b9e62ce074bbbd1900137670a9f5426a8bd.tar.xz archived-ctru-rs-159b5b9e62ce074bbbd1900137670a9f5426a8bd.zip | |
Merge pull request #64 from FenrirWolf/nightly-update
Update for Rust nightly 2018-04-19
Diffstat (limited to 'ctr-std/Cargo.toml')
| -rw-r--r-- | ctr-std/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index e41e2eb..3424485 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -3,9 +3,6 @@ name = "std" version = "0.0.0" license = "MIT/Apache 2.0" -[dependencies.compiler_builtins] -git = "https://github.com/rust-lang-nursery/compiler-builtins" - [dependencies.alloc_system] git = "https://github.com/rust3ds/alloc_system3ds" @@ -13,6 +10,3 @@ git = "https://github.com/rust3ds/alloc_system3ds" path = "../ctru-sys" default-features = false features = ["stdbuild"] - -[features] -citra = [] |