Document the need for latest rustc
Closes https://github.com/emilk/egui/issues/240
This commit is contained in:
parent
24b3cd021f
commit
7e302ad905
|
|
@ -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).
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue