From 8d253c3d4ad12c1dd491895bf3eb8ef1728d01b6 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:03:03 +0100 Subject: [PATCH] Add deprecation note to README (#180) See equivalent in Masonry https://github.com/linebender/masonry/pull/60 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1fc55843..e93bb28b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!Important] +> Linebender no longer uses Glazier, and so this project is no longer supported. +> +> You should prefer to use [winit](https://crates.io/crates/winit) instead. +
# glazier @@ -11,6 +16,16 @@
+> [!Caution] +> This README content has not been validated recently. +> +> Glazier is no longer supported, and should not be used. +> +> This repository is made available for reference purposes. +> +> Feel free to use the [#glazier channel](https://xi.zulipchat.com/#narrow/stream/351333-glazier) if reusing code from Glazier. +> Some of the text input handling code is more complete than the equivalent in winit, and so might be useful for reference. + Glazier is an operating system integration layer infrastructure layer intended for high quality GUI toolkits in Rust. It is agnostic to the choice of drawing, so the client must provide that, but the goal is to abstract over most of the other