summaryrefslogtreecommitdiff
path: root/kauw.nimble
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2020-07-28 04:17:21 -0700
committerkitty piapiac <kcp@bsd.computer>2020-07-28 04:17:21 -0700
commit679401626886be97a546f18d54a8d1842011f564 (patch)
tree16fab1ab5314cd5fe0df0f67b2bd6fca8801fd0c /kauw.nimble
(/・・)ノ init
skeleton
Diffstat (limited to 'kauw.nimble')
-rw-r--r--kauw.nimble11
1 files changed, 11 insertions, 0 deletions
diff --git a/kauw.nimble b/kauw.nimble
new file mode 100644
index 0000000..e7ef986
--- /dev/null
+++ b/kauw.nimble
@@ -0,0 +1,11 @@
+# Package
+version = "0.0.1"
+author = "fox-cat"
+description = "an expiremental window manager built for x11"
+license = "MIT"
+srcDir = "src"
+bin = @["kauw"]
+
+# Dependencies
+requires "nim >= 1.2.4"
+requires "x11" \ No newline at end of file