Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Add deprecation note to README #180

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
DJMcNab marked this conversation as resolved.
Show resolved Hide resolved

<div align="center">

# glazier
Expand All @@ -11,6 +16,16 @@

</div>

> [!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
Expand Down