add pixman package

This commit is contained in:
Mitchell Hashimoto
2022-11-23 21:21:31 -08:00
parent 433d41fa9a
commit 5c58067489

View File

@ -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);