mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Document the need for latest rustc
Closes https://github.com/emilk/egui/issues/240
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
//!
|
//!
|
||||||
//! Try the live web demo: <https://emilk.github.io/egui/index.html>. Read more about egui at <https://github.com/emilk/egui>.
|
//! Try the live web demo: <https://emilk.github.io/egui/index.html>. Read more about egui at <https://github.com/emilk/egui>.
|
||||||
//!
|
//!
|
||||||
|
//! `egui` is in heavy development, with each new version having breaking changes.
|
||||||
|
//! You need to have the latest stable version of `rustc` to use `egui`.
|
||||||
|
//!
|
||||||
//! To quickly get started with egui, you can take a look at [`egui_template`](https://github.com/emilk/egui_template)
|
//! To quickly get started with egui, you can take a look at [`egui_template`](https://github.com/emilk/egui_template)
|
||||||
//! which uses [`eframe`](https://docs.rs/eframe).
|
//! which uses [`eframe`](https://docs.rs/eframe).
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user