1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

emilk.github.io -> www.egui.rs

This commit is contained in:
Emil Ernerfeldt
2022-01-30 22:01:33 +01:00
parent b4be94df35
commit 532990d3dd
7 changed files with 13 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ Puts an egui app inside a native window on your laptop. Paints the triangles tha
### `eframe`
A wrapper around `egui_web` + `egui_glium`, so you can compile the same app for either web or native.
The demo that you can see at <https://emilk.github.io/egui/index.html> is using `eframe` to host the `egui`. The demo code is found in:
The demo that you can see at <https://www.egui.rs> is using `eframe` to host the `egui`. The demo code is found in:
### `egui_demo_lib`
Depends on `egui` + `epi`.