mirror of
https://github.com/tauri-apps/tauri-egui.git
synced 2026-02-04 02:41:19 +01:00
chore: add unmaintained status notice
This commit is contained in:
14
README.md
14
README.md
@@ -3,11 +3,19 @@
|
||||
[](https://github.com/tauri-apps/tauri-egui/tree/dev)
|
||||
[](https://opencollective.com/tauri)
|
||||
[](https://github.com/tauri-apps/tauri/actions?query=workflow%3A%22test+library%22)
|
||||
[](https://discord.gg/SpmNs4S)
|
||||
[](https://discord.com/invite/tauri)
|
||||
[](https://tauri.app)
|
||||
[](https://good-labs.github.io/greater-good-affirmation)
|
||||
[](https://opencollective.com/tauri)
|
||||
|
||||
## This project is currently unmaintained!
|
||||
|
||||
For the time being, an unvetted community-hosted implementation is hosted [here](https://github.com/clearlysid/tauri-plugin-egui).
|
||||
|
||||
## About tauri-egui
|
||||
|
||||
`tauri-egui` is a Tauri plugin for using the [`egui library`](https://github.com/emilk/egui) in a Tauri application via [`glutin`](https://github.com/tauri-apps/glutin). `egui` is a pure Rust GUI library that runs natively, recommended by the Tauri team for secure contexts such as password and secret interfaces.
|
||||
|
||||
## Dependency
|
||||
|
||||
| Component | Description | Version |
|
||||
@@ -17,10 +25,6 @@
|
||||
| [**tao**](https://github.com/tauri-apps/tao) | cross-platform application window creation library in Rust | [](https://crates.io/crates/tao) |
|
||||
| [**glutin**](https://github.com/tauri-apps/glutin) | low-level library for OpenGL context creation, written in pure Rust. | [](https://crates.io/crates/glutin) |
|
||||
|
||||
## About tauri-egui
|
||||
|
||||
`tauri-egui` is a Tauri plugin for using the [`egui library`](https://github.com/emilk/egui) in a Tauri application via [`glutin`](https://github.com/tauri-apps/glutin). `egui` is a pure Rust GUI library that runs natively, recommended by the Tauri team for secure contexts such as password and secret interfaces.
|
||||
|
||||
## Example
|
||||
|
||||
```rust
|
||||
|
||||
Reference in New Issue
Block a user