diff options
| author | Fenrir <[email protected]> | 2017-12-01 22:10:56 -0700 |
|---|---|---|
| committer | FenrirWolf <[email protected]> | 2017-12-01 22:33:03 -0700 |
| commit | cbafc1a01ba33b337ddbc5e41d4dac6184e275ed (patch) | |
| tree | ed929d250e7a3617f36133875a94cdbb89a0d898 /ctr-std | |
| parent | Patch `std` to be compatible with Rust nightly-2017-12-01 (diff) | |
| download | ctru-rs-cbafc1a01ba33b337ddbc5e41d4dac6184e275ed.tar.xz ctru-rs-cbafc1a01ba33b337ddbc5e41d4dac6184e275ed.zip | |
Better workaround for the `feature(rustc_private)]` issue
Now you don't need a janky `Xargo` fork anymore!
Diffstat (limited to 'ctr-std')
| -rw-r--r-- | ctr-std/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index c4cbce4..be1717f 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -15,6 +15,7 @@ default-features = false [dependencies.ctru-sys] path = "../ctru-sys" +features = ["stdbuild"] [features] citra = [] |