How can I compile this lib?
I downloaded all dependencies (nimpy, nimgl, winim) but the compilation process crashes with this error:
Error: type mismatch: got <Vec2, PyTypeObject> but expected one of:
proc initPyNimObjectWithPyType(o: PyNimObject; typ: PyTypeObject)
first type mismatch at position: 1
required type for o: PyNimObject
but expression 'o' is of type: Vec2
expression: initPyNimObjectWithPyType(o, typ)
How can I compile this lib? I downloaded all dependencies (nimpy, nimgl, winim) but the compilation process crashes with this error: