mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Replace cargo machete with cargo shear (#8094)
We've had good experiences with `cargo shear` at Rerun
This commit is contained in:
@@ -10,8 +10,8 @@ publish = false
|
||||
workspace = true
|
||||
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["image"] # We need the .png feature
|
||||
[package.metadata.cargo-shear]
|
||||
ignored = ["image"] # We need the png feature
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -11,7 +11,7 @@ publish = false
|
||||
workspace = true
|
||||
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
[package.metadata.cargo-shear]
|
||||
ignored = ["winit"] # Just enable some features of it; see below
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ publish = false
|
||||
workspace = true
|
||||
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
[package.metadata.cargo-shear]
|
||||
ignored = ["image"] # We only use the dependency to add more features to it
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2024"
|
||||
rust-version = "1.92"
|
||||
publish = false
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
[package.metadata.cargo-shear]
|
||||
ignored = ["profiling"]
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user