foxnne / pixi

Pixel art editor made with Zig.
https://foxnne.github.io/pixi/
MIT License
645 stars 20 forks source link

fabs no longer a zig builtin #39

Closed jeremy-coleman closed 8 months ago

jeremy-coleman commented 9 months ago

zig changed fabs to abs, which has broken dear pixi. I have fixed it and submitted a PR https://github.com/foxnne/pixi/pull/38

hope its helpful, thanks dood

foxnne commented 8 months ago

Thank you so much for the PR, I've merged it and updated the readme to include a link to mach's mirror of the supported Zig version, which is the version Pixi will track.