From 679401626886be97a546f18d54a8d1842011f564 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Tue, 28 Jul 2020 04:17:21 -0700 Subject: =?UTF-8?q?(/=E3=83=BB=E3=83=BB)=E3=83=8E=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skeleton --- kauw.nimble | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kauw.nimble (limited to 'kauw.nimble') 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 -- cgit v1.2.3