TinyVG / sdk

TinyVG software development kit
https://tinyvg.tech/
MIT License
268 stars 15 forks source link

update for zig 0.12.0-dev.294+4d1432299 #17

Closed lukewilliamboswell closed 1 year ago

lukewilliamboswell commented 1 year ago

Minor updates in build.zig to run using Zig version 0.12.0-dev.294+4d1432299.

ikskuh commented 1 year ago

Can you verify that it also compiles with 0.11?

lukewilliamboswell commented 1 year ago

It looks good to me

luke@192-168-1-105 tinyvg-sdk % ~/Downloads/zig-macos-aarch64-0.11.0/zig build
luke@192-168-1-105 tinyvg-sdk % ~/Downloads/zig-macos-aarch64-0.11.0/zig build test
lukewilliamboswell commented 1 year ago

Those CI failures are related to https://github.com/ziglang/zig/pull/17248

Replace @fabs builtin with new @abs builtin