ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
348 stars 75 forks source link

update to zig 0.14.0-dev.737+30b4a87db, deprecated sdkPath #195

Closed Jack-Ji closed 1 month ago

Jack-Ji commented 1 month ago

Latest zig build system can't give absolute file path with @src now, hence the deprecation of sdkPath. Not sure if this is good solution. I'm open to any suggestion.