initial commit

This commit is contained in:
Ben Buhse 2025-05-03 21:01:19 -05:00
commit 8eec239af6
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 314 additions and 0 deletions

24
build.zig.zon Normal file
View file

@ -0,0 +1,24 @@
.{
.name = .beansprout,
.version = "0.0.0",
.fingerprint = 0x145dac71c283d187, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0",
.dependencies = .{
.wayland = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz",
.hash = "wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSES",
"README.md",
},
}