multiple notes nowcargo r

This commit is contained in:
MeexReay 2024-04-24 22:59:47 +03:00
parent 8a8b8b7464
commit 5332385b17
3 changed files with 259 additions and 140 deletions

16
Cargo.lock generated
View file

@ -559,6 +559,7 @@ dependencies = [
"arboard",
"fontdue",
"rdev",
"send_wrapper",
"softbuffer",
"tiny-skia",
"winit",
@ -616,6 +617,12 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "gethostname"
version = "0.4.3"
@ -1166,6 +1173,15 @@ dependencies = [
"tiny-skia",
]
[[package]]
name = "send_wrapper"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
dependencies = [
"futures-core",
]
[[package]]
name = "serde"
version = "1.0.198"