1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/docs
Emil Ernerfeldt d975c1a401 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
2023-09-28 12:06:55 +02:00
..
2022-01-30 21:26:26 +01:00
2023-09-28 12:06:55 +02:00
2022-01-30 22:01:33 +01:00
2022-01-30 22:01:33 +01:00

This folder contains the files required for the egui web demo hosted at https://www.egui.rs/.

The reason the folder is called "docs" is because that is the name that GitHub requires in order to host a web page from the master branch of a repository.