we're gaming

This commit is contained in:
nora 2025-09-16 20:32:15 +02:00
parent ecc1a4e6da
commit 0c5b9d26e1
5 changed files with 407 additions and 105 deletions

View file

@ -1,3 +1,6 @@
[workspace]
members = [".", "willy", "willy/codegen"]
[package]
name = "clippyboard"
version = "0.1.0"
@ -10,4 +13,6 @@ eframe = "0.32.2"
egui_extras = { version = "0.32.2", features = ["image"] }
eyre = "0.6.12"
serde = "1.0.219"
wayland-client = "0.31.11"
wayland-protocols = { version = "0.32.9", features = ["staging"] }
wl-clipboard-rs = "0.9.2"