ikskuh / SDL.zig

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

Getting Started Issue #166

Closed ikouchiha47 closed 6 months ago

ikouchiha47 commented 6 months ago

How to add this? I am using zig 0.12.0-dev . I tried zig fetch --save . That didn't work , I checked in one of the Issues, it points to using some tar.gz fom an archive. Not sure where is that in github

ikouchiha47 commented 6 months ago

Its like: zig fetch --save=sdl https://github.com/MasterQ32/SDL.zig/archive/55caabf.tar.gz where the 55caabf is commit number.

If one hovers on the Download as Zip , the URL can be found.