diff options
author | Andinus <andinus@nand.sh> | 2021-11-03 23:14:03 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-03 23:14:03 +0530 |
commit | 5ea807e64621a6cc75c0b4c70161feb0250fe3d6 (patch) | |
tree | ee2664290512f298a12ad94db267ce0d5c15f9fd | |
parent | ad61c0387986660c92f20aaf474fb404d67c07a5 (diff) | |
download | fornax-5ea807e64621a6cc75c0b4c70161feb0250fe3d6.tar.gz |
Add Hex2RGB module in META6.json
-rw-r--r-- | META6.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json index eb45e73..1cf95de 100644 --- a/META6.json +++ b/META6.json @@ -7,7 +7,8 @@ "license" : "ISC", "perl" : "6.d", "provides" : { - "Fornax::CLI" : "lib/Fornax/CLI.rakumod" + "Fornax::CLI" : "lib/Fornax/CLI.rakumod", + "Fornax::Hex2RGB" : "lib/Fornax/Hex2RGB.rakumod" }, "depends" : [ "Cairo:ver<0.2.7+>" |