diff options
| author | Ronald Kinard <[email protected]> | 2017-07-25 13:57:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-25 13:57:22 -0500 |
| commit | 23e9e4ef98113beb1d6c87746ceb0cb706ac725d (patch) | |
| tree | e3ead60984004eec0d3878c9240075b1ee51b2cf /ctr-std/Cargo.toml | |
| parent | Merge pull request #35 from panicbit/travis_ci (diff) | |
| parent | Enable old panic behavior for Citra (diff) | |
| download | archived-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.toml | 3 |
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 = [] |