1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Replace cargo machete with cargo shear (#8094)

We've had good experiences with `cargo shear` at Rerun
This commit is contained in:
Emil Ernerfeldt
2026-04-13 17:48:43 +02:00
committed by GitHub
parent 170b46a0c8
commit db87c712a1
13 changed files with 42 additions and 33 deletions

View File

@@ -66,10 +66,6 @@ document-features = { workspace = true, optional = true }
# Native:
winit = { workspace = true, optional = true, default-features = false, features = ["rwh_06"] }
# Web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { workspace = true, features = ["console"] }
wasm-bindgen.workspace = true
[dev-dependencies]
glutin = { workspace = true, default-features = true } # examples/pure_glow