Ive got a question cause im struggling with proper nim installation (its kinda painfull and weirdly harder than rust for me), firstly ive tried to install nim by choosenim but it messed up the installation and ive landed with mingw 32 on 64bit os, and currently ive tried to install naylib in new test project. i did : nimble init, nimble install naylib, nimble build then ive got error PS C:\Users\Helios\Documents\github\nim-playground> nimble build Info: using C:\Users\Helios\.nimble\nim-2.2.10\bin\nim.exe for compilation Building nim_playground/nim_playground.exe using c backend Nim Output C:\Users\Helios\Documents\github\nim-playground\src\nim_playground.nim(25, 8) Error: cannot open file: raylib is there something that ive forgot? (paths are set up correctly otherwise it wouldnt recognize nimble)