Skip to content

allyourcodebase/isocline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isocline zig

isocline, packaged for the Zig build system.

As of the time of this writing, works in zig master (0.16.0-dev.197+1a5cf072a). If this stop working please open an issue.

Using

First, update your build.zig.zon:

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

Next, add this snippet to your build.zig script:

const isocline_dep = b.dependency("isocline", .{
    .target = target,
    .optimize = optimize,
});
your_compilation.linkLibrary(isocline_dep.artifact("isocline"));

About

isocline built with the zig build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages