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:
parent
c60f4ccfda
commit
e4714db2d5
5 changed files with 343 additions and 4 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue