From 33e1de2710fe44512440e0e6055578d67dab330c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 18 Aug 2025 17:45:13 +0200 Subject: First sketch of wayland interface **WARNING** this implementation is not working properly yet. --- src/root.zig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/root.zig (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig new file mode 100644 index 0000000..ea9357a --- /dev/null +++ b/src/root.zig @@ -0,0 +1,10 @@ +const std = @import("std"); +pub const wl = @import("wl/root.zig"); +pub const Object = @import("object.zig"); +pub const EventSet = @import("event-set.zig").EventSet; +pub const types = @import("types.zig"); +pub const Context = @import("context.zig"); + +test { + std.testing.refAllDecls(@This()); +} -- cgit v1.2.3-70-g09d2