it's all coming together

This commit is contained in:
nora 2025-09-16 22:03:47 +02:00
parent 0c5b9d26e1
commit ea487d598c
4 changed files with 390 additions and 234 deletions

View file

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