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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user