You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: