slint/demos/weather-demo/src
Olivier Goffart 6f4f5aeefa Replace no_mangle with unsafe(no_mangle) in example and docs
We can't just do `s/#\[no_mangle]/#[unsafe(no_mangle)]/g`
because the version of cbingen we use doesn't understand the unsafe
attribute yet.

Part of #7998
2025-03-31 17:35:22 +02:00
..
weather A few more format arg inlining 2025-02-07 06:43:19 +01:00
app_main.rs Fix typos 2025-01-13 08:35:20 +01:00
lib.rs Replace no_mangle with unsafe(no_mangle) in example and docs 2025-03-31 17:35:22 +02:00
main.rs