ryupold / raylib.zig

Idiomatic Zig bindings for raylib utilizing raylib_parser
MIT License
222 stars 36 forks source link

Update to use zig package manager #15

Closed deevus closed 7 months ago

deevus commented 1 year ago

Changes:

Todo:

Fixes #14

ryupold commented 1 year ago

I haven't read into the documentation of the package manager yet. Not sure if I manage to find time this week to look into it. Probably next week. At least I fixed the JSON parsing calls today. Thanks for the preliminary work setting up the build.zig.zon

deevus commented 1 year ago

No problem.

I haven't read into the documentation of the package manager yet.

What documenation? 😅 I had a poke through the source code in addition to reading over @andrewrk's test repo here: https://github.com/andrewrk/ffmpeg

gabstv commented 1 year ago

Will this PR be reconsidered since the package manager is now supported in the latest stable release (0.11.x)?

ryupold commented 1 year ago

Yes, I just had not the time do it yet. I also want to integrate the webassembly build as package somehow but I dont know yet how to do that

deevus commented 7 months ago

Closing in favour of #38