aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-07-25 10:49:26 -0600
committerFenrir <[email protected]>2017-07-25 12:01:19 -0600
commitcbe41e5304bee049fa9fa7293c2486b13b4a856e (patch)
treef23308af7933f4e9f7dd94b348972c0fbe854438 /ctr-std/Cargo.toml
parentUse Error applet to display panics (diff)
downloadarchived-ctru-rs-cbe41e5304bee049fa9fa7293c2486b13b4a856e.tar.xz
archived-ctru-rs-cbe41e5304bee049fa9fa7293c2486b13b4a856e.zip
Enable old panic behavior for Citra
Diffstat (limited to 'ctr-std/Cargo.toml')
-rw-r--r--ctr-std/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml
index 1a883f5..c4cbce4 100644
--- a/ctr-std/Cargo.toml
+++ b/ctr-std/Cargo.toml
@@ -15,3 +15,6 @@ default-features = false
[dependencies.ctru-sys]
path = "../ctru-sys"
+
+[features]
+citra = []