revmischa / sdl3-rs

SDL3 bindings for Rust
https://crates.io/crates/sdl3
MIT License
20 stars 11 forks source link

`sdl3-sys` bindings incompatible with current code #16

Open jgcodes2020 opened 4 hours ago

jgcodes2020 commented 4 hours ago

Latest commit which bumped sdl3-sys version breaks everything. It appears that the generator has gone through some major overhauls since you last updated it.

revmischa commented 4 hours ago

Yep that is correct!

revmischa commented 4 hours ago

I'm updating some of them now, pushing changes, help is always appreciated!

revmischa commented 1 hour ago

more updates: https://github.com/revmischa/sdl3-rs/pull/18

Lokathor commented 1 hour ago

I suspect the fact that the latest commit isn't published to crates.io would be enough evidence that it's not fully ready to be used by outsiders ;3