1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Small tweaks to documentation and demo

This commit is contained in:
Emil Ernerfeldt
2021-12-29 10:48:38 +01:00
parent d0a47bf8e8
commit 84399cde83
4 changed files with 13 additions and 7 deletions

View File

@@ -153,7 +153,6 @@ impl BackendPanel {
ui.label(
"Everything you see is rendered as textured triangles. There is no DOM and no HTML elements. \
This is the web page, reinvented with game tech.");
ui.label("This is also work in progress, and not ready for production… yet :)");
ui.hyperlink("https://github.com/emilk/egui");
ui.separator();