git.lucas.co / cce-authenticator
login authentication (PAM + fingerprint)
git clone https://git.lucas.co/cce-authenticator.git

commitb3a4d2c48e9a80f7423319cd2728761756a80ff6
parente8c0e8d43c
authorLucas Galante <[email protected]>
date2026-08-13 23:16
build: drop the unused glyphon declaration

The last of the retired wgpu-path residue, after the wgpu/bytemuck and
pollster/raw-window-handle sweeps. This crate never names glyphon: it
gets its FontSystem from cce_ui::create_font_system() by inference and
never spells the type, so it needs no text-library dependency of its own.

Crates that DO name a glyphon type (cce-files, cce-terminal,
cce-status-interface and others) keep theirs, as does cce-ui, which is
where the dependency really lives.

Nothing changes about what compiles — glyphon still reaches this crate
through cce-ui, and the workspace lock resolves byte-identically before
and after (531 packages, no version moved). Verified by building, which
is what caught a genuine pollster use a grep had missed earlier in this
sweep.

 Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index ab5abf8..33fdec9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ calloop = "0.13.0"
 calloop-wayland-source = "0.3.0"
 wayland-client = { version = "0.31", features = ["system"] }
 xkeysym = "0.2"
-glyphon = "0.8"
 tokio = { version = "1", features = ["full"] }
 serde = { version = "1", features = ["derive"] }
 serde_json = "1"