about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json5
1 files changed, 3 insertions, 2 deletions
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" : [ ],