aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-12-01 22:10:56 -0700
committerFenrirWolf <[email protected]>2017-12-01 22:33:03 -0700
commitcbafc1a01ba33b337ddbc5e41d4dac6184e275ed (patch)
treeed929d250e7a3617f36133875a94cdbb89a0d898 /ctr-std
parentPatch `std` to be compatible with Rust nightly-2017-12-01 (diff)
downloadctru-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.toml1
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 = []