changeset 47:350d86c9abe8

add: nimble config
author Sam <sam@basx.dev>
date Thu, 19 Jan 2023 00:43:47 +0700
parents 9e81f06a5c57
children 8305f8619a27
files semicongine.nimble tests/config.nims
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/semicongine.nimble	Thu Jan 19 00:43:47 2023 +0700
@@ -0,0 +1,13 @@
+# Package
+
+version       = "0.1.0"
+author        = "Sam <sam@basx.dev"
+description   = "Hobby game engine, for games that run on semiconductor engines"
+license       = "MIT"
+srcDir        = "src"
+
+
+# Dependencies
+
+requires "nim >= 1.6.10"
+requires "winim"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/config.nims	Thu Jan 19 00:43:47 2023 +0700
@@ -0,0 +1,1 @@
+switch("path", "$projectDir/../src")
\ No newline at end of file