[x] Automatically builds static libs for you if you're static linking on windows
[x] Can run the bindgen CLI to make bindings
[x] pre-computed bindings for 64 bit Win MSVC
[x] pre-computed bindings for 32 bit Win MSVC
[x] pre-computed bindings for 64 bit Mac
[x] pre-computed bindings for 32 bit Mac
[x] pre-computed bindings for 64 bit Linux
[x] pre-computed bindings for 32 bit Linux
[x] pre-computed bindings for rpi4
[x] Update the README
[x] Ensure all targets have 2.0.10
We're skipping on adding support for the add-ons (mixer, ttf, etc) right now. You should probably use pure-rust solutions for those sorts of things anyway. I mean you should use pure rust solutions for everything and shouldn't even use SDL2 at all, but oh well. It works better than trying to collect winit + other junk into a single usable lib.
Here's a huge list of many small TODOs:
We're skipping on adding support for the add-ons (mixer, ttf, etc) right now. You should probably use pure-rust solutions for those sorts of things anyway. I mean you should use pure rust solutions for everything and shouldn't even use SDL2 at all, but oh well. It works better than trying to collect
winit
+ other junk into a single usable lib.