Add trash outline icon for updated queue coloring
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1140,6 +1140,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f41f2deec9249d16ef6b1a8442fbe16013f67053797052aa0b7d2f5ebd0f0098"
|
||||
dependencies = [
|
||||
"icondata_bs",
|
||||
"icondata_cg",
|
||||
"icondata_core",
|
||||
"icondata_ri",
|
||||
]
|
||||
@ -1153,6 +1154,15 @@ dependencies = [
|
||||
"icondata_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "icondata_cg"
|
||||
version = "0.0.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b90cda35aa524761219a8dbd006513734e08a4cf92ee05820b01749e76435462"
|
||||
dependencies = [
|
||||
"icondata_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "icondata_core"
|
||||
version = "0.0.2"
|
||||
|
Reference in New Issue
Block a user