This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Description
This would ensure that the ctru-rs linked is compatible with the libctru version in use; if it is possible, this could be set behind a crate feature to use the system-local libctru.
Downstream, any apps that also link in C dependencies would have to ensure that they do not link the system libctru in addition to the ctru-sys provided one, hence why a feature flag might be useful here.
Just a convenience feature, not sure if it has any real practical use besides maybe unit testing in a docker container or something.