cannot open file: glad/gl
Closed this issue · 5 comments
dawkot commented
Code
import fancyglOutput
/home/dawkot/.nimble/pkgs/fancygl-#head/fancygl.nim(4, 12) Error: cannot open file: glad/gl
krux02 commented
tell me if this is still the case. The projecd doesn't use nimble anymore.
dawkot commented
It compiles if I clone the repo and write import "opengl-sandbox/fancygl", but the .nimble file shouldn't be there if it's not expected to work.
krux02 commented
good point. I will remove the nimble file.
EDIT: done
dawkot commented
It should also be removed from the nimble package list, people can still try nimble install fancygl.
krux02 commented