From dba6b254a0307d06c83c2f94de4e91fd8a1ac10e Mon Sep 17 00:00:00 2001 From: fumnanya Date: Fri, 10 Jan 2025 15:48:57 +0100 Subject: [PATCH] remove glazier (#154) --- data/crates.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/crates.json b/data/crates.json index 57a819c..e92afba 100644 --- a/data/crates.json +++ b/data/crates.json @@ -1199,10 +1199,6 @@ }, { "name": "tao", "notes": "A fork of winit by the Tauri project which adds support for things like system menus that desktop apps need." - }, { - "name": "glazier", - "link": "https://github.com/linebender/glazier", - "notes": "A new competitor to winit based on the old druid-shell. Has a callback that may be better than the event loop architecture for some tasks. Doesn't yet have a stable release." }, { "name": "baseview", "link": "https://github.com/RustAudio/baseview",