Skip to content

allyourcodebase/libseat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libseat zig

seatd/libseat, packaged for the Zig build system.

Built with the seatd backend (no logind/systemd dependency).

Using

First, update your build.zig.zon:

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

Then in your build.zig:

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

About

libseat packaged for the zig build system

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages