Skip to content

Latest commit

 

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

?r

CI CD DC CC LC

?d

🚀 Usage

  • Add ?r dependency to build.zig.zon.
zig fetch --save git+https://github.com/?u/?r#<git_tag_or_commit_hash>
  • Use ?r dependency in build.zig.
const ?r_dep = b.dependency("?r", .{
    .target = target,
    .optimize = optimize,
});
const ?r_mod = ?r_dep.module("?r");
<compile>.root_module.addImport("?r", ?r_mod);