aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
authorRonald Kinard <[email protected]>2017-07-25 13:57:22 -0500
committerGitHub <[email protected]>2017-07-25 13:57:22 -0500
commit23e9e4ef98113beb1d6c87746ceb0cb706ac725d (patch)
treee3ead60984004eec0d3878c9240075b1ee51b2cf /ctr-std/Cargo.toml
parentMerge pull request #35 from panicbit/travis_ci (diff)
parentEnable old panic behavior for Citra (diff)
downloadarchived-ctru-rs-23e9e4ef98113beb1d6c87746ceb0cb706ac725d.tar.xz
archived-ctru-rs-23e9e4ef98113beb1d6c87746ceb0cb706ac725d.zip
Merge pull request #36 from FenrirWolf/errDisp
Display panics via the Error applet
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 = []