Skip to content

Commit 4d397a7

Browse files
committed
Deploying to gh-pages from @ e3acd71 🚀
0 parents  commit 4d397a7

File tree

9 files changed

+2293
-0
lines changed

9 files changed

+2293
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
egui_demo_app_bg.wasm
2+
egui_demo_app.js

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.egui.rs

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This folder contains the files required for the egui web demo hosted at <https://www.egui.rs/>.
2+
3+
## Testing locally
4+
* Build with `scripts/build_demo_web.sh`
5+
* Host with `scripts/start_server.sh`
6+
* Open <http://localhost:8765/index.html>
7+
8+
## Deploying egui.rs
9+
Each merge into `master` will trigger a new deploy

0 commit comments

Comments
 (0)