mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Janitor: add itertools as a workspace dependency
This commit is contained in:
parent
31ddd7a58d
commit
49c8d94f92
4 changed files with 4 additions and 3 deletions
|
@ -129,6 +129,7 @@ send_wrapper = { version = "0.6.0" }
|
|||
cbindgen = { version = "0.26", default-features = false }
|
||||
toml_edit = "0.20"
|
||||
css-color-parser2 = { version = "1.0.1" }
|
||||
itertools = "0.11"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
@ -49,7 +49,7 @@ lyon_extra = "1.0.1"
|
|||
thiserror = "1"
|
||||
by_address = "1.0.4"
|
||||
css-color-parser2 = { workspace = true }
|
||||
itertools = "0.11"
|
||||
itertools = { workspace = true }
|
||||
once_cell = "1"
|
||||
url = "2.2.1"
|
||||
linked_hash_set = "0.1.4"
|
||||
|
|
|
@ -21,7 +21,7 @@ name = "test-driver-interpreter"
|
|||
slint-interpreter = { workspace = true, features = ["display-diagnostics", "compat-1-2"] }
|
||||
i-slint-backend-testing = { workspace = true, features = ["default"] }
|
||||
|
||||
itertools = "0.11"
|
||||
itertools = { workspace = true }
|
||||
lazy_static = "1.4.0"
|
||||
spin_on = "0.1"
|
||||
test_driver_lib = { path = "../driverlib" }
|
||||
|
|
|
@ -21,7 +21,7 @@ clap = { version = "4.0", features = ["derive", "wrap_help"] }
|
|||
polib = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
itertools = "0.11"
|
||||
itertools = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "slint-tr-extractor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue