Skip to content

Commit 99c5792

Browse files
committed
Remove unused dependencies
Signed-off-by: Nico Burns <[email protected]>
1 parent 124a889 commit 99c5792

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anyrender_skia/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ debug_timer = { workspace = true }
1818
kurbo = { workspace = true }
1919
peniko = { workspace = true }
2020
raw-window-handle = { workspace = true }
21-
futures-intrusive = { workspace = true }
22-
pollster = { workspace = true }
23-
rustc-hash = { workspace = true }
2421
skia-safe = { version = "0.89.1", features = ["gl", "pdf", "textlayout"]}
2522
oaty = "0.1"
2623
gl = "0.14.0"

crates/anyrender_vello/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ debug_timer = { workspace = true }
1919
kurbo = { workspace = true }
2020
peniko = { workspace = true }
2121
vello = { workspace = true }
22-
raw-window-handle = { workspace = true }
2322
wgpu = { workspace = true }
24-
futures-intrusive = { workspace = true }
2523
pollster = { workspace = true }
2624
rustc-hash = { workspace = true }

crates/anyrender_vello_hybrid/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ kurbo = { workspace = true }
1818
peniko = { workspace = true }
1919
vello_hybrid = { workspace = true }
2020
vello_common = { workspace = true }
21-
raw-window-handle = { workspace = true }
2221
wgpu = { workspace = true }
23-
futures-intrusive = { workspace = true }
2422
pollster = { workspace = true }
2523
rustc-hash = { workspace = true }
2624
wgpu_context = { workspace = true }

examples/bunnymark/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ publish = false
99
kurbo = { workspace = true }
1010
winit = { workspace = true }
1111
peniko = { workspace = true }
12-
wgpu = { workspace = true }
1312
image = { workspace = true, features = ["png"] }
1413
anyrender = { workspace = true }
1514
anyrender_vello = { workspace = true, features = ["log_frame_times"] }

examples/winit/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ publish = false
99
kurbo = { workspace = true }
1010
winit = { workspace = true }
1111
peniko = { workspace = true }
12-
wgpu = { workspace = true }
1312
anyrender = { workspace = true }
1413
anyrender_vello = { workspace = true }
1514
anyrender_skia = { workspace = true }

0 commit comments

Comments
 (0)