zig-sfml-wrapper
zig-sfml-wrapper copied to clipboard
Adapt build.zig to other platforms
It's only for windows right now
It seems to work on linux out of the box too!
Actually the build.zig is the most straightforward in linux.. need to find a way to specify the SFML folder for other installations
Theres not much point in changing anything, the parent build.zig can call addIncludePath
and addLibraryPath
on the module after import as shown in the wiki.