summaryrefslogtreecommitdiff
path: root/raylib.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'raylib.nimble')
-rw-r--r--raylib.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib.nimble b/raylib.nimble
index 0cb5fd1..edb3fa1 100644
--- a/raylib.nimble
+++ b/raylib.nimble
@@ -14,7 +14,7 @@ requires "nim >= 1.0.2"
requires "nimgen >= 0.5.1"
var
- name = "nimraylib"
+ name = "raylib"
cmd = when defined(Windows): "cmd /c " else: ""
ext = when defined(Windows): ".exe" else: ""
ldpath = when defined(Linux): "LD_LIBRARY_PATH=x64 " else: ""