about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--META6.json5
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4a5e4c7..76e4cdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 lib/.precomp
+.precomp/
+.log/
diff --git a/META6.json b/META6.json
index ca48954..fce9e5d 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
 {
     "name" : "octans",
     "auth" : "zef:andinus",
-    "version" : "0.2.2",
+    "version" : "0.2.3",
     "description" : "Octans is a program to solve Algot's Wordplay (Wordsearch) puzzles",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
@@ -15,7 +15,8 @@
         "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod"
     },
     "depends" : [
-        "WWW:ver<1.005006+>:auth<github:raku-community-modules>"
+        "WWW:ver<1.005006+>:auth<github:raku-community-modules>",
+        "Cairo:ver<0.2.7+>"
     ],
     "build-depends" : [ ],
     "test-depends" : [ ],