mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix documentation
This commit is contained in:
parent
66ffdfdd02
commit
8a1fa88dc9
2
.github/actions/benchmarks/action.yml
vendored
2
.github/actions/benchmarks/action.yml
vendored
@ -14,4 +14,4 @@ runs:
|
||||
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
|
||||
- name: Check
|
||||
shell: bash
|
||||
run: just check maplibre-benchmarks x86_64-unknown-linux-gnu
|
||||
run: just check benchmarks x86_64-unknown-linux-gnu
|
||||
|
||||
@ -113,7 +113,7 @@ cargo build
|
||||
After that, you can run it on your desktop:
|
||||
|
||||
```bash
|
||||
cargo run --example desktop --
|
||||
cargo run -p maplibre-demo
|
||||
```
|
||||
|
||||
More information about building for different platforms can be
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
The setup normal desktop is very simple. You just have to run the following:
|
||||
|
||||
```bash
|
||||
cargo run --example desktop --
|
||||
cargo run -p maplibre-demo
|
||||
```
|
||||
|
||||
## Android
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user