We currently have 1 sdl_bindings.rs file that is used on every platform, but these bindings are generated on linux, so contain linux specific things.
Should we split this in 3 files maybe? (linux, mac and windows)
Or more? (1 per target we have pregenerated bindings for, other targets need users to run bindgen)
We currently have 1 sdl_bindings.rs file that is used on every platform, but these bindings are generated on linux, so contain linux specific things.
Should we split this in 3 files maybe? (linux, mac and windows)
Or more? (1 per target we have pregenerated bindings for, other targets need users to run
bindgen)