makepad/examples/hotload_ui/README.md
2026-04-10 14:46:22 +02:00

395 B

hotload_ui

This example is a small dynamic-linking experiment around makepad-widgets-dll.

Build or run it from this directory so Cargo picks up the local .cargo/config.toml:

cargo run

If you build it from the workspace root instead, pass the same Rust flag explicitly:

cargo run -p makepad-example-hotload-ui --config 'build.rustflags=["-C","prefer-dynamic"]'