Skip to content

Commit

Permalink
Enable accesskit feature in egui_demo_app
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored and DataTriny committed Jul 17, 2024
1 parent 6b0e32c commit 07d8641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/egui_demo_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4", default-features = false, features = [
"wasmbind",
] }
eframe = { workspace = true, default-features = false, features = [
"web_screen_reader",
"accesskit",
] }
egui = { workspace = true, features = ["callstack", "default", "log"] }
egui_demo_lib = { workspace = true, features = ["default", "chrono"] }
Expand Down
2 changes: 1 addition & 1 deletion scripts/start_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd "$script_path/.."
# Starts a local web-server that serves the contents of the `doc/` folder,
# i.e. the web-version of `egui_demo_app`.

PORT=8888
PORT=3000

echo "ensuring basic-http-server is installed…"
cargo install basic-http-server
Expand Down

0 comments on commit 07d8641

Please sign in to comment.