chengchingwen / Raylib.jl

Julia wrapper for the raylib videogames programming library
MIT License
28 stars 4 forks source link

Will this be updated to 4.5? #31

Open SabeDoesThings opened 11 months ago

dylanxyz commented 4 months ago

Now that raylib 5 was released, with some breaking changes and nice additions, i wonder if this package will be updated too.

I'm currently working on a fork with raylib 5.0 and it's working fine (atleast on windows). If @chengchingwen decides that it would be a good idea, i'll make a PR for it.

chengchingwen commented 4 months ago

@dylanxyz A PR would be great! Did you build the Raylib_jll with raylib v5.0 locally? we might need to make a PR to update Raylib_jll for raylib v5.0 so that this package can use it directly.