diff options
| author | Fenrir <[email protected]> | 2018-05-15 00:30:18 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2018-05-15 00:30:18 -0600 |
| commit | da8eeb74b9927a038e5c99079680930de9b8cd42 (patch) | |
| tree | e3be43e6052e292ce5e85517a6c2918f05e8ddfb /ctru-sys/src/lib.rs | |
| parent | Merge pull request #66 from FenrirWolf/swkbd (diff) | |
| download | archived-ctru-rs-da8eeb74b9927a038e5c99079680930de9b8cd42.tar.xz archived-ctru-rs-da8eeb74b9927a038e5c99079680930de9b8cd42.zip | |
Update bindings for libctru 1.5.0
Diffstat (limited to 'ctru-sys/src/lib.rs')
| -rw-r--r-- | ctru-sys/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs index 4b40a5c..274d43b 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -3,7 +3,6 @@ #![allow(non_snake_case)] #![feature(const_fn)] -#![feature(untagged_unions)] #![no_std] |