feat(tools/eaglemode/plugins): QOI image plugin

https://qoiformat.org/

Change-Id: I0c11095c1ac0e65075d032f7c29649cbba9f213f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12427
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Emery Hemingway 2024-09-03 02:28:31 +03:00 committed by emery
parent c60f4ccfda
commit e4714db2d5
5 changed files with 343 additions and 4 deletions

View file

@ -3,9 +3,10 @@
let
config = depot.tools.eaglemode.etcDir {
extraPaths = [ depot.tools.eaglemode.commands.B ];
extraPaths = [
depot.tools.eaglemode.commands.B
depot.tools.eaglemode.plugins.qoi
];
};
in
depot.tools.eaglemode.withConfig {
inherit config;
}
depot.tools.eaglemode.withConfig { inherit config; }