summaryrefslogtreecommitdiff
path: root/raylib.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'raylib.nimble')
-rw-r--r--raylib.nimble2
1 files changed, 2 insertions, 0 deletions
diff --git a/raylib.nimble b/raylib.nimble
index bff40ad..a9e0f00 100644
--- a/raylib.nimble
+++ b/raylib.nimble
@@ -3,6 +3,8 @@ author = "Oskari Timperi"
description = "A new awesome nimble package"
license = "Zlib"
+skipDirs = @["examples"]
+
requires "nim >= 1.0.2"
requires "nimgen >= 0.5.1"