This commit is contained in:
MeexReay 2025-02-26 18:06:59 +03:00
parent 9f59c6dc81
commit db144d3bd2
4 changed files with 2 additions and 3 deletions

0
.gitignore vendored Normal file → Executable file
View File

5
Cargo.toml Normal file → Executable file
View File

@ -7,9 +7,8 @@ edition = "2021"
[dependencies] [dependencies]
arboard = "3.3.2" arboard = "3.3.2"
rdev = "0.5.3"
winit = "0.29.15" winit = "0.29.15"
tiny-skia = "0.11.4" tiny-skia = "0.11.4"
softbuffer = "0.4.2" softbuffer = "0.4.2"
rdev = "0.5.3" fontdue = "0.8.0"
fontdue = "0.8.0"
send_wrapper = { version = "0.6.0", features = ["futures"] }

0
README.md Normal file → Executable file
View File

0
src/main.rs Normal file → Executable file
View File