Compare commits
3 commits
c44023707f
...
4b93bf0f5b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b93bf0f5b | |||
| d0a1a5e632 | |||
| 03ed4b9141 |
1 changed files with 11 additions and 4 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
|
@ -905,6 +905,7 @@ dependencies = [
|
|||
"rustc-hash",
|
||||
"smol_str",
|
||||
"thiserror 2.0.17",
|
||||
"unicode-segmentation",
|
||||
"web-time",
|
||||
"window_clipboard",
|
||||
]
|
||||
|
|
@ -2036,6 +2037,12 @@ version = "1.0.22"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-segmentation"
|
||||
version = "1.13.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
||||
|
||||
[[package]]
|
||||
name = "upower_dbus"
|
||||
version = "0.3.2"
|
||||
|
|
@ -2828,10 +2835,10 @@ version = "0.31.0-beta.2"
|
|||
name = "winit-x11"
|
||||
version = "0.31.0-beta.2"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "cosmic-freedesktop-icons"
|
||||
version = "0.4.0"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "softbuffer"
|
||||
version = "0.4.1"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "cosmic-freedesktop-icons"
|
||||
version = "0.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue