research in ideation.md

This commit is contained in:
Harrison DiAmbrosio 2025-10-16 17:19:03 -04:00
parent 6b76de1e77
commit 7838d09275
4 changed files with 109 additions and 1 deletions

6
src/output.zig Normal file
View file

@ -0,0 +1,6 @@
const std = @import("std");
const wl = @import("wayland").server.wl;
const wlr = @import("wlroots");
pub const Ouput = struct {
}