diff options
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 = [] |