mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
update itertools for voxygen
This commit is contained in:
parent
9f16a946ee
commit
b464a1876e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -6188,7 +6188,7 @@ dependencies = [
|
|||||||
"iced_winit",
|
"iced_winit",
|
||||||
"image",
|
"image",
|
||||||
"inline_tweak",
|
"inline_tweak",
|
||||||
"itertools 0.9.0",
|
"itertools 0.10.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"native-dialog",
|
"native-dialog",
|
||||||
"num 0.3.1",
|
"num 0.3.1",
|
||||||
|
@ -86,7 +86,7 @@ uvth = "3.1.1"
|
|||||||
# vec_map = { version = "0.8.2" }
|
# vec_map = { version = "0.8.2" }
|
||||||
const-tweaker = {version = "0.3.1", optional = true}
|
const-tweaker = {version = "0.3.1", optional = true}
|
||||||
inline_tweak = "1.0.2"
|
inline_tweak = "1.0.2"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.0"
|
||||||
|
|
||||||
# Tracy
|
# Tracy
|
||||||
tracing-tracy = { version = "0.4.0", optional = true }
|
tracing-tracy = { version = "0.4.0", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user