slint/tests/driver
Olivier Goffart cc9c573c9a Rust codegen that forward to the interpreter (live-reload)
When the SLINT_LIVE_RELOAD env variable is set, generate a component
that will forward everything to the interpreter instead of generating
everything.

Fix running the test driver rust with the SLINT_LIVE_RELOAD

```
SLINT_LIVE_RELOAD=1 cargo test -p test-driver-rust --all-features --features=slint/live-reload
```
2025-07-04 10:07:22 +02:00
..
cpp Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00
driverlib Use LazyLock instead of lazy_static! (#8664) 2025-06-11 08:24:19 +02:00
interpreter Use LazyLock instead of lazy_static! (#8664) 2025-06-11 08:24:19 +02:00
nodejs Use LazyLock instead of lazy_static! (#8664) 2025-06-11 08:24:19 +02:00
rust Rust codegen that forward to the interpreter (live-reload) 2025-07-04 10:07:22 +02:00