Commit graph

4 commits

Author SHA1 Message Date
Yuri Astrakhan
4ae2627ade A few more format arg inlining
Used these commands and some manual searching

```
cargo clippy --fix  --all-targets --workspace --exclude gstreamer-player --exclude i-slint-backend-linuxkms --exclude uefi-demo --exclude ffmpeg -- -A clippy::all -W clippy::uninlined_format_args
cargo clippy --all-targets -- -A clippy::all -W clippy::uninlined_format_args
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2025-02-07 06:43:19 +01:00
Olivier Goffart
f645492240 Map example: do image decoding in a thread 2025-01-08 21:15:52 +01:00
Olivier Goffart
0248790228 Maps demo: cache the reqwest client
Building it is actually expensive
2025-01-08 14:49:08 +01:00
Olivier Goffart
80868d14c8
Map example. Loading tiles from OpenStreetMap
* Map example. Loading tiles from OpenStreetMap

This example shows how to tiled rendering and async image loading
2024-06-12 12:16:59 +02:00