slint/internal/core/software_renderer
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
..
fonts Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
draw_functions.rs Try to improve rendering (positioning) of signed field distance font. (#6868) 2024-11-30 23:03:31 +01:00
fixed.rs Try to improve rendering (positioning) of signed field distance font. (#6868) 2024-11-30 23:03:31 +01:00
fonts.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00
minimal_software_window.rs refactor: split sofware_renderer.rs in modules 2024-10-11 11:56:46 +02:00
scene.rs Janitor: Always use `#![no_std] for runtime lib 2025-01-27 19:22:00 +01:00