Skip to content

allyourcodebase/libliftoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libliftoff zig

libliftoff, packaged for the Zig build system.

Using

First, update your build.zig.zon:

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

Then in your build.zig:

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

About

libliftoff packaged for the zig build system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages