slint/api
Olivier Goffart 23962b3e25
Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539)
To be compatible with the 2024 edition, we need to wrap the
`no_mangle` attribute in `unsafe()`.

The parsing for that in cbindgen was only added in the version 0.28,
but we couldn't upgrade cbindgen before because of a regression in
cbindgen 0.27 that prevented us from upgrading.
Now that cbindgen 0.29 is released with a fix, we can prepare for the
2024 edition
2025-05-26 11:21:33 +02:00
..
cpp Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
node compiler: Fix identifier normalization function 2025-05-21 12:21:20 +02:00
python Python: Fix device architecture 2025-05-21 10:57:33 +02:00
rs Make CompilerConfiguration Clone (#8492) 2025-05-21 18:05:29 +02:00
wasm-interpreter Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00