mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-16 10:55:02 +01:00
cook
This commit is contained in:
commit
1164ed1e3e
8 changed files with 4696 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "clippyboard"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ciborium = "0.2.2"
|
||||
dirs = "6.0.0"
|
||||
eframe = "0.32.2"
|
||||
egui_extras = { version = "0.32.2", features = ["image"] }
|
||||
eyre = "0.6.12"
|
||||
serde = "1.0.219"
|
||||
wl-clipboard-rs = "0.9.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue