freetype-sys icon indicating copy to clipboard operation
freetype-sys copied to clipboard

Add missing libpng and libz for rendering bitmap glyphs

Open narodnik opened this issue 1 year ago • 1 comments

Fixes #133

narodnik avatar Jun 24 '24 07:06 narodnik

@narodnik Can you rebase?

bvssvni avatar Jul 08 '24 20:07 bvssvni

ok I found it easier to redo the entire commit. Plz pull it now so I don't have to do this all over again

narodnik avatar Sep 26 '24 14:09 narodnik

@narodnik some of the checks are failing.

bvssvni avatar Oct 05 '24 22:10 bvssvni

The windows build works but is failing during the test because it isn't recursively checking out the submodule properly.

libz-sys contains a submodule in src/zlib to another submodule for zlib, which includes the zlib.h:

    build.include("libpng").include("libz-sys/src/zlib");

So this is an error with the CI build system, rather than the code.

narodnik avatar Oct 14 '24 13:10 narodnik

Merging.

bvssvni avatar Oct 20 '24 12:10 bvssvni

Thanks!

bvssvni avatar Oct 20 '24 12:10 bvssvni