aboutsummaryrefslogtreecommitdiff
path: root/src/wl
Commit message (Collapse)AuthorAge
* object refactor and add wl outputNathan Reiner2025-08-22
| | | | | Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize.
* First sketch of wayland interfaceNathan Reiner2025-08-18
**WARNING** this implementation is not working properly yet.