about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-18 16:58:29 +0530
committerAndinus <andinus@nand.sh>2021-11-18 16:58:29 +0530
commit3149b8c7148797e340fc6c226b031b2eeb532560 (patch)
tree53bf11d0ec155546cacba0d146a49cd491773d58
parenteb96ab962545cf9b403f18422f1de698d9619499 (diff)
downloadfornax-3149b8c7148797e340fc6c226b031b2eeb532560.tar.gz
Add GenerateFrame to META6.json, update version
-rw-r--r--META6.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 1cf95de..3fc67d1 100644
--- a/META6.json
+++ b/META6.json
@@ -1,14 +1,15 @@
 {
     "name" : "fornax",
     "auth" : "zef:andinus",
-    "version" : "0.1.0",
+    "version" : "0.2.0",
     "description" : "Collection of tools to visualize Path Finding Algorithms",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
     "perl" : "6.d",
     "provides" : {
         "Fornax::CLI" : "lib/Fornax/CLI.rakumod",
-        "Fornax::Hex2RGB" : "lib/Fornax/Hex2RGB.rakumod"
+        "Fornax::Hex2RGB" : "lib/Fornax/Hex2RGB.rakumod",
+        "Fornax::GenerateFrame" : "lib/Fornax/GenerateFrame.rakumod"
     },
     "depends" : [
         "Cairo:ver<0.2.7+>"