Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jun 20, 2024
1 parent ac8af50 commit b0726f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions packages/blitz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ parley = { workspace = true }
tokio = { workspace = true, features = ["full"] }
vello = { workspace = true }
wgpu = { workspace = true }
shipyard = { version = "0.6.2", features = [
"proc",
"std",
], default-features = false }

app_units = "0.7.3"
atomic_refcell = { version = "0.1.13", features = ["serde"] }
Expand All @@ -28,10 +24,6 @@ string_cache = "0.8.7"
futures-util = "0.3.29"
raw-window-handle = "0.6.0"
blitz-dom = { path = "../dom" }
glyphon = "0.5.0"
cosmic-text = "0.11.2"
quadtree_rs = "0.1.3"
askama_escape = "0.10.3"
image = "0.25"

# futures-util = "0.3.29"
Expand Down
1 change: 0 additions & 1 deletion packages/dioxus-blitz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ winit = "0.30.2"
muda = { version = "0.11.5", features = ["serde"] }
tokio = { workspace = true, features = ["full"] }
dioxus = { workspace = true }
dioxus-ssr = { workspace = true }
futures-util = "0.3.30"
vello = { workspace = true }
wgpu = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions packages/dom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ atomic_refcell = { version = "0.1.13", features = ["serde"] }
fxhash = "0.2.1"
html5ever = { workspace = true }
string_cache = "0.8.7"
futures-util = "0.3.30"
askama_escape = "0.10.3"
html-escape = "0.2.13"
url = { version = "2.5.0", features = ["serde"] }
data-url = "0.3.1"
ureq = "2.9"
image = "0.25"
quadtree_rs = "0.1.3"


# on wasm use the js feature on getrandom
Expand Down

0 comments on commit b0726f8

Please sign in to comment.