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
12
tools/eaglemode/plugins/qoi/default.nix
Normal file
12
tools/eaglemode/plugins/qoi/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ depot, pkgs, ... }:
|
||||
|
||||
let
|
||||
em = depot.tools.eaglemode;
|
||||
emSrc = pkgs.srcOnly pkgs.em;
|
||||
in
|
||||
em.buildPlugin {
|
||||
name = "qoi";
|
||||
version = "canon";
|
||||
src = ./.;
|
||||
target = "PlQoi";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue