slint/api/rs
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
..
build Rust codegen that forward to the interpreter (live-reload) 2025-07-04 10:07:22 +02:00
macros Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
slint ComponentHandle: don't rely on the Inner to be a VRc<ItemTreeVTable> 2025-07-04 10:07:22 +02:00