mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
add pixman package
This commit is contained in:
@ -212,6 +212,7 @@ fn addDeps(
|
|||||||
step.addPackage(imgui.pkg);
|
step.addPackage(imgui.pkg);
|
||||||
step.addPackage(glfw.pkg);
|
step.addPackage(glfw.pkg);
|
||||||
step.addPackage(libuv.pkg);
|
step.addPackage(libuv.pkg);
|
||||||
|
step.addPackage(pixman.pkg);
|
||||||
step.addPackage(stb_image_resize.pkg);
|
step.addPackage(stb_image_resize.pkg);
|
||||||
step.addPackage(utf8proc.pkg);
|
step.addPackage(utf8proc.pkg);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user