mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Update accesskit to 0.11 (#3012)
* Update accesskit to 0.11 * Add instructions on how to test the web viewer to CONTRIBUTING.md Also removed dependency on `jq` Closes https://github.com/emilk/egui/issues/2859
This commit is contained in:
@@ -27,7 +27,7 @@ If you are filing a bug, please provide a way to reproduce it.
|
||||
|
||||
First file an issue (or find an existing one) and announce that you plan to work on something. That way we will avoid having several people doing double work. Please ask for feedback before you start working on something non-trivial!
|
||||
|
||||
Browse through [`ARCHITECTURE.md`](https://github.com/emilk/egui/blob/master/ARCHITECTURE.md) to get a sense of how all pieces connects.
|
||||
Browse through [`ARCHITECTURE.md`](ARCHITECTURE.md) to get a sense of how all pieces connects.
|
||||
|
||||
You can test your code locally by running `./scripts/check.sh`.
|
||||
|
||||
@@ -50,6 +50,13 @@ I will add a link to it from the `egui` README.md so others can easily find it.
|
||||
Read the section on integrations at <https://github.com/emilk/egui#integrations>.
|
||||
|
||||
|
||||
## Testing the web viewer
|
||||
* Install some tools with `scripts/setup_web.sh`
|
||||
* Build with `scripts/build_demo_web.sh`
|
||||
* Host with `scripts/start_server.sh`
|
||||
* Open <http://localhost:8888/index.html>
|
||||
|
||||
|
||||
## Code Conventions
|
||||
Conventions unless otherwise specified:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user