1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Publish new web demo

This commit is contained in:
Emil Ernerfeldt
2021-02-28 19:51:22 +01:00
parent 1fb3b43dfc
commit 8047a0f87f
4 changed files with 202 additions and 202 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -eu
# Starts a local web-server that servs the contents of the `doc/` folder,
# Starts a local web-server that serves the contents of the `doc/` folder,
# i.e. the web-version of `egui_demo_app`.
cargo install basic-http-server