floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
341 stars 46 forks source link

Question: 0.11.0 #38

Closed 20kano closed 1 year ago

20kano commented 1 year ago

There is no log.zig in the zig-0.11.0 branch, is this intentional?

floooh commented 1 year ago

Not intentional, but a side effect that the 0.11.0 branch was created before sokol_log.h existed (and the automatic binding generation only updates the main branch with the 0.10.0 compatible code generation).

If zig 0.11.0 is still far away it will probably make sense to merge main into 0.11.0 from time to time, this needs to be done manually though.

floooh commented 1 year ago

PS: I have updated the zig-0.11.0 branch with the current state of master.