diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-05 22:06:52 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-05 22:09:19 +0200 |
commit | a62a7077c32c456228f0e48151688151f75deac6 (patch) | |
tree | 4ccc7dadf566fde37ec27b4fd6730d243983189f /src/config | |
parent | d9ab24c2f4555e9692d4c0d9794a1d3dd8417005 (diff) | |
download | chawan-a62a7077c32c456228f0e48151688151f75deac6.tar.gz |
color: separate out JS converters
ansi2html depends on color, but we definitely do not want to link it to QJS, so the converters must be moved into a separate module.
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index 70f6995e..8ff736d0 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -12,6 +12,7 @@ import config/toml import js/error import js/fromjs import js/javascript +import js/jscolor import js/jstypes import js/propertyenumlist import js/regex |