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

Commit 8d253c3

Browse files
authored
Add deprecation note to README (#180)
See equivalent in Masonry linebender/masonry#60
1 parent 8d2a4b2 commit 8d253c3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> [!Important]
2+
> Linebender no longer uses Glazier, and so this project is no longer supported.
3+
>
4+
> You should prefer to use [winit](https://crates.io/crates/winit) instead.
5+
16
<div align="center">
27

38
# glazier
@@ -11,6 +16,16 @@
1116

1217
</div>
1318

19+
> [!Caution]
20+
> This README content has not been validated recently.
21+
>
22+
> Glazier is no longer supported, and should not be used.
23+
>
24+
> This repository is made available for reference purposes.
25+
>
26+
> Feel free to use the [#glazier channel](https://xi.zulipchat.com/#narrow/stream/351333-glazier) if reusing code from Glazier.
27+
> Some of the text input handling code is more complete than the equivalent in winit, and so might be useful for reference.
28+
1429
Glazier is an operating system integration layer infrastructure layer intended for
1530
high quality GUI toolkits in Rust. It is agnostic to the choice of drawing, so the
1631
client must provide that, but the goal is to abstract over most of the other

0 commit comments

Comments
 (0)