makepad/examples/hotload_ui
2026-04-10 14:46:22 +02:00
..
.cargo mlx 5x->2x 2026-04-10 14:46:22 +02:00
src mlx 5x->2x 2026-04-10 14:46:22 +02:00
Cargo.toml mlx 5x->2x 2026-04-10 14:46:22 +02:00
README.md mlx 5x->2x 2026-04-10 14:46:22 +02:00

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"]'