diff options
author | Andinus <andinus@nand.sh> | 2022-01-12 12:49:13 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-01-12 12:49:13 +0530 |
commit | a637e1cc803587cec0669ab72bb0a1f337b46d30 (patch) | |
tree | 58e7ac8343aa569331772ca227e7ab70987e8e75 | |
parent | 5f337d887bc3b4a8edada9d01d6f8a02d1259b55 (diff) | |
download | octans-a637e1cc803587cec0669ab72bb0a1f337b46d30.tar.gz |
Add Hex2RGB, GenerateFrame modules to META6.json
-rw-r--r-- | META6.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/META6.json b/META6.json index fce9e5d..a329c04 100644 --- a/META6.json +++ b/META6.json @@ -12,7 +12,9 @@ "Octans::Puzzle" : "lib/Octans/Puzzle.rakumod", "Octans::Puzzle::Get" : "lib/Octans/Puzzle/Get.rakumod", "Octans::RangeSearch" : "lib/Octans/RangeSearch.rakumod", - "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod" + "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod", + "Octans::Hex2RGB" : "lib/Octans/Hex2RGB.rakumod", + "Octans::GenerateFrame" : "lib/Octans/GenerateFrame.rakumod" }, "depends" : [ "WWW:ver<1.005006+>:auth<github:raku-community-modules>", |