Skip to content

Commit

Permalink
Merge branch 'main' into jk/fix-winit-plus-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp authored Jun 20, 2024
2 parents 0803d32 + 2e99ca1 commit ccdc31b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 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 = { version = "0.30.2", features = ["rwh_06"] }
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
1 change: 0 additions & 1 deletion packages/dioxus-blitz/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ impl<'a, Doc: DocumentLike> View<'a, Doc> {
},
PhysicalKey::Unidentified(_) => {}
}

}
WindowEvent::Moved(_) => {}
WindowEvent::CloseRequested => {}
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 ccdc31b

Please sign in to comment.