aarch64-switch-rs / nx

Userland library for Nintendo Switch homebrew (and other potential purposes), written in pure Rust and some assembly bits
https://aarch64-switch-rs.github.io/nx/
MIT License
121 stars 16 forks source link

Add missing feature attributes #1

Closed DevYukine closed 4 years ago

DevYukine commented 4 years ago

When i tried to build this project i got multiple exceptions that these need to be enabled, after adding these and point my cargo.toml to my fork it worked fine 👍