mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 09:55:04 +01:00
it's all coming together
This commit is contained in:
parent
0c5b9d26e1
commit
ea487d598c
4 changed files with 390 additions and 234 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue