basic wayland window

This commit is contained in:
stickynotememo
2025-11-19 16:36:43 +11:00
commit 6c8fc2b35f
4 changed files with 732 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "wolf_render"
version = "0.1.0"
edition = "2024"
[dependencies]
libc = "0.2.177"
memfile = "0.3.2"
shared_memory = "0.12.4"
wayland-client = "0.31"
wayland-protocols = { version = "0.32.9", features = ["client"] }