Early UI work.

This commit is contained in:
2026-03-20 16:46:18 -04:00
parent 9ab1167fef
commit 39ede248cf
15 changed files with 3560 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "ruin_ui_platform_wayland"
version = "0.1.0"
edition = "2024"
[dependencies]
raw-window-handle = "0.6"
ruin_ui = { path = "../ui" }
wayland-backend = { version = "0.3", features = ["client_system"] }
wayland-client = "0.31"
wayland-protocols = { version = "0.32", features = ["client"] }