mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Style: forbid .zip and .chain (#8188)
The `zip(a, b)` variant produces clearer code imho. Downside: added dependency on `itertools`
This commit is contained in:
@@ -96,6 +96,7 @@ glutin-winit = { version = "0.5.0", default-features = false }
|
||||
harfrust = "0.7.0"
|
||||
home = "0.5.9"
|
||||
image = { version = "0.25.6", default-features = false }
|
||||
itertools = "0.14.0"
|
||||
jiff = { version = "0.2.23", default-features = false }
|
||||
js-sys = "0.3.77"
|
||||
kittest = { version = "0.4.0" }
|
||||
|
||||
Reference in New Issue
Block a user