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

Fix HTTP web demo (#3407)

* Revert ttf-parser from 0.19.2 to 0.19.1

0.19.2's doesn't work with wasm in debug builds

* Update to poll-promise 0.3.0

* Publish new web demo

* Fix typo in changelog

* Explain why image_viewer is not part of the official web demo app

* Fix typos

* Make rfd native-only dependency
This commit is contained in:
Emil Ernerfeldt
2023-09-28 12:06:55 +02:00
committed by GitHub
parent 5a0186fa2b
commit d975c1a401
9 changed files with 44 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ This release contains a simple and powerful image API:
// Load from web:
ui.image("https://www.example.com/some_image.png");
// Included image in the binary using `include_bytes`:
// Include image in the binary using `include_bytes`:
ui.image(egui::include_image!("../assets/ferris.svg"));
// With options: