Skip to content

Latest commit

 

History

414 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 files navigation

editline

This is editline, packaged for Zig.

How to use it

First, update your build.zig.zon:

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

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

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

This will provide a editline as a static library to your_compilation.

关于

editline ported to the zig build system

Resources

Stars

1 star

关注者

0 watching

复刻s

发布

贡献者

Languages