Skip to content

Commit

Permalink
Remove unused crate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 8, 2025
1 parent a49bc20 commit 5d3a7f6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ copypasta = { version = "0.10.0", default-features = false, features = [
parking_lot = { workspace = true }
image = { workspace = true }
im = { workspace = true }
wgpu = { workspace = true }
winit = { workspace = true }
futures = { version = "0.3.30", optional = true }
crossbeam = "0.8"
Expand All @@ -90,6 +89,7 @@ muda = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = { version = "0.4" }
web-time = "1"
wgpu = { workspace = true }

[target.'cfg(target_os = "windows")'.dependencies]
clipboard-win = "3.1.1"
Expand Down
1 change: 0 additions & 1 deletion renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license.workspace = true
[dependencies]
parking_lot = { workspace = true }
peniko = { workspace = true }
image = { workspace = true }
resvg = { workspace = true }
swash = { workspace = true }

Expand Down
4 changes: 0 additions & 4 deletions tiny_skia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ license.workspace = true

[dependencies]
peniko = { workspace = true }
image = { workspace = true }
resvg = { workspace = true }
raw-window-handle = { workspace = true }

futures = "0.3.26"
anyhow = "1.0.69"
swash = "0.1.8"
floem_renderer = { path = "../renderer", version = "0.2.0" }
softbuffer = "0.4.1"
bytemuck = "1.12"
4 changes: 0 additions & 4 deletions vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ description = "A native Rust UI library with fine-grained reactivity"
license.workspace = true

[dependencies]
image = { workspace = true }
peniko = { workspace = true }
raw-window-handle = { workspace = true }
wgpu = { workspace = true }

futures = "0.3.26"
anyhow = "1.0.69"
swash = "0.1.8"
vello = "0.4.0"
vello_svg = "0.6.0"
floem_renderer = { path = "../renderer", version = "0.2.0" }
3 changes: 0 additions & 3 deletions vger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ license.workspace = true
image = { workspace = true }
resvg = { workspace = true }
peniko = { workspace = true }
raw-window-handle = { workspace = true }
wgpu = { workspace = true }

futures = "0.3.26"
anyhow = "1.0.69"
swash = "0.1.8"
floem-vger-rs = { git = "https://github.com/lapce/vger-rs.git", rev = "b2441cc85b1d555a3c74e2cdced08382460759df", version = "0.3.1", package = "floem-vger" }
floem_renderer = { path = "../renderer", version = "0.2.0" }

0 comments on commit 5d3a7f6

Please sign in to comment.