Skip to content

allyourcodebase/xkbcommon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xkbcommon zig

libxkbcommon, packaged for the Zig build system.

Using

First, update your build.zig.zon:

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

Then in your build.zig:

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

About

xkbcommon packaged for the zig build system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages