greenfork / nimraylib_now

The Ultimate Raylib gaming library wrapper for Nim
MIT License
151 stars 17 forks source link

Allow using custom glfw binary #71

Closed iacore closed 2 years ago

iacore commented 2 years ago

Related to #70. The GLFW version included in raylib repo is buggy. How do I use a custom version of glfw?

greenfork commented 2 years ago

You can compile your own version of raylib.dll and use this Nim library with a custom shared Raylib library, see available compilation flags.