mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-16 10:55:02 +01:00
we're gaming
This commit is contained in:
parent
ecc1a4e6da
commit
0c5b9d26e1
5 changed files with 407 additions and 105 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue