diff --git a/crates/egui_demo_app/Cargo.toml b/crates/egui_demo_app/Cargo.toml index ec3190918fb..4f9314d4951 100644 --- a/crates/egui_demo_app/Cargo.toml +++ b/crates/egui_demo_app/Cargo.toml @@ -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"] } diff --git a/scripts/start_server.sh b/scripts/start_server.sh index 14243d749de..1bce61fb289 100755 --- a/scripts/start_server.sh +++ b/scripts/start_server.sh @@ -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