On Thursday, 29 July 2021 at 07:59:38 UTC, Ki wrote:
I tried to compile a new project with Raylib yesterday:
dub init => ... => dub add raylib-d.
My dub.json file does contain the "libs": ["raylib"] section,
so the compiler links against raylib library. Then I built the
project and got a linke
I tried to compile a new project with Raylib yesterday:
dub init => ... => dub add raylib-d.
My dub.json file does contain the "libs": ["raylib"] section, so
the compiler links against raylib library. Then I built the
project and got a linker error referencing a whole bunch of
opengl, glfw fun