git.lucas.co / cce-gallery
widget gallery and compositor test bench

commit79ec4442360a2ecbcc6d742e1b83d302d7f17d69
parent4ef6ddbbb4
authorLucas Galante <[email protected]>
date2026-08-13 23:13
build: drop the unused raw-window-handle and pollster declarations

More of the retired wgpu-path residue, after the wgpu/bytemuck sweep.
Nothing in this crate names raw-window-handle,pollster anywhere — src, tests, or build
script.

Verified by building, not just grepping: a declaration can exist to pin
or unify a transitive version. It did not here — the workspace lock
resolves byte-identically before and after (531 packages, no version
moved), so this changes nothing that compiles.

raw-window-handle remains a real dependency of cce-ui (wayland.rs), and
pollster of cce-status-interface; both keep their declarations.

 Cargo.toml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index c3430d3..8008df3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,6 @@ edition = "2021"
 
 [dependencies]
 cce-ui = { path = "../cce-ui" }
-raw-window-handle = "0.6"
-pollster = "0.4"
 glyphon = "0.8"
 tokio = { version = "1", features = ["full"] }
 smithay-client-toolkit = { version = "0.19.2", features = ["calloop"] }