buttplug-rs-ffi
buttplug-rs-ffi copied to clipboard
Add support for more platforms in the produced FFI binaries
We should be able to support multiple platforms in our C# nuget package. However, this will require runtime platform detection and loading, which is going to be interesting to deal with.
Checklist for finished platforms:
- [x] Windows x64
- [ ] Windows x32
- [ ] Linux x64
- [ ] Linux ARM (RPi)
- [ ] macOS x64
- [ ] macOS ARM/M1
I think this issue could be updated to be about the Java FFI (not that we'll have users of it for much longer)
We should already have mac and linux x64 at this point. We might want to consider adding mac/linux x32, and windows/linux arm64 to this list.
Generalized the title at least.