Skip to content

allyourcodebase/lcms2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcms2 zig

Little CMS, packaged for the Zig build system.

Using

First, update your build.zig.zon:

zig fetch --save git+https://github.com/allyourcodebase/lcms2.git

Then in your build.zig:

const lcms2 = b.dependency("lcms2", .{ .target = target, .optimize = optimize });
exe.linkLibrary(lcms2.artifact("lcms2"));

About

lcms2 packaged for the zig build system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages