diff options
| author | Fenrir <[email protected]> | 2017-07-25 10:49:26 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-25 12:01:19 -0600 |
| commit | cbe41e5304bee049fa9fa7293c2486b13b4a856e (patch) | |
| tree | f23308af7933f4e9f7dd94b348972c0fbe854438 /ctr-std/Cargo.toml | |
| parent | Use Error applet to display panics (diff) | |
| download | archived-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.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 = [] |