Closed david-vanderson closed 2 years ago
Recent zig versions give this new compiler error:
svg.zig:197:25: error: pointless discard of capture
So removed that discard.
Thanks! I need to update TinyVG to latest master anyways, so i'll do the rest of the fixes soon
Recent zig versions give this new compiler error:
svg.zig:197:25: error: pointless discard of capture
So removed that discard.