Skip to content

KNnut/blend2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blend2D

Blend2D on the Zig Build System.

Usage

Add this package to build.zig.zon:

zig fetch --save git+https://github.com/KNnut/blend2d

And then import blend2d in build.zig with:

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

About

Blend2D on the Zig Build System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages