Installing the package with nimble causes a warning:
"Warning: Package 'naylib' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'naylib.nim', but a file named 'raylib.nim' was found. This will be an error in the future."
Caused me some trouble, struggled for about an hour trying to see why import naylib wasn't working before looking into the .nimble directory and trying to import raylib.nim. Likely impacted by me being new to Nim, but worth changing to prevent a nimble error.
Installing the package with nimble causes a warning: "Warning: Package 'naylib' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'naylib.nim', but a file named 'raylib.nim' was found. This will be an error in the future."
Caused me some trouble, struggled for about an hour trying to see why
import naylib
wasn't working before looking into the .nimble directory and trying to import raylib.nim. Likely impacted by me being new to Nim, but worth changing to prevent a nimble error.