slint/api
Olivier Goffart c98d234b9e Janitor: Always use `#![no_std] for runtime lib
And call `extern crate std` when the feature is enabled.
I've read this is the good practice on how to do it.
So that the std prelude is no longer included automatically.
There is then less difference between std and and no-std build which
should avoid surprises in the CI when we use things from the prelude.

The downside is that there is a bit of churn in the tests
2025-01-27 19:22:00 +01:00
..
cpp Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
node Fix dependabot unable to update Typedoc (#7376) 2025-01-15 16:24:28 +02:00
python Bump version number to 1.10.0 2025-01-13 13:38:41 +00:00
rs Add support for triple buffered partial rendering with Skia 2025-01-23 18:27:01 +01:00
wasm-interpreter Update to Image 0.25 (#7365) 2025-01-14 16:31:05 +01:00