Skip to content

Commit

Permalink
remove unused crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Dec 22, 2024
1 parent 01fcc09 commit 3ea0c5c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/egui_flex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ license = "MIT"

[dependencies]
egui.workspace = true
log.workspace = true

[dev-dependencies]
eframe = { workspace = true, default-features = true, features = ["wgpu"] }
Expand Down
1 change: 0 additions & 1 deletion crates/egui_infinite_scroll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ hello_egui_utils.workspace = true

egui.workspace = true
egui_extras = { workspace = true, optional = true }
web-time = "1"

[dev-dependencies]
eframe = { workspace = true, default-features = true }
Expand Down
3 changes: 0 additions & 3 deletions crates/egui_webview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ egui.workspace = true
egui_inbox = { workspace = true }

image.workspace = true
base64 = "0.22.1"
egui_extras = { workspace = true, features = ["image"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
log = "0.4.22"
rgb = "0.8"

[dev-dependencies]
eframe = { workspace = true, default-features = true }
Expand Down
2 changes: 0 additions & 2 deletions fancy-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mock = []
egui_animation.workspace = true
egui_dnd.workspace = true
egui_form = { workspace = true, features = ["validator_validator"] }
egui_suspense = { workspace = true, features = ["tokio", "async"] }
egui_inbox.workspace = true
egui_infinite_scroll.workspace = true
egui_pull_to_refresh.workspace = true
Expand All @@ -32,7 +31,6 @@ ehttp.workspace = true
thumbhash = "0.1.0"

image = { workspace = true, features = ["jpeg", "png", "webp"] }
color-hex = "0.2.0"

wasm-bindgen = "0.2.93"
wasm-bindgen-futures = "0.4.43"
Expand Down

0 comments on commit 3ea0c5c

Please sign in to comment.