floooh / sokol-zig

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

adapt to zig 0.11.0 #43

Closed tuket closed 1 year ago

tuket commented 1 year ago

Hello,

Today, Zig 0.11.0 has been officially released These are some modifications I needed for it to compile. The renaming from LibExeObjStep to CompileStep is not needed but I believe LibExeObjStep is now deprecated.

floooh commented 1 year ago

Ah sorry, I just fixed build.zig myself, hadn't seen your PR.

Only thing I was missing was LibExeObjStep => CompileStep (the old name still seems to be supported, I like 'CompileStep' better though).

Thanks for the PR, and sorry that I need to close it.

tuket commented 1 year ago

Thanks, no worries!