diff options
author | Andinus <andinus@nand.sh> | 2021-11-18 16:58:29 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-18 16:58:29 +0530 |
commit | 3149b8c7148797e340fc6c226b031b2eeb532560 (patch) | |
tree | 53bf11d0ec155546cacba0d146a49cd491773d58 | |
parent | eb96ab962545cf9b403f18422f1de698d9619499 (diff) | |
download | fornax-3149b8c7148797e340fc6c226b031b2eeb532560.tar.gz |
Add GenerateFrame to META6.json, update version
-rw-r--r-- | META6.json | 5 |
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+>" |