slint/internal/core/graphics
Olivier Goffart e85e69fda0
Declare .slint enum in one place in i-slint-common
This avoid repeating the enums both in the compiler and in
the runtime library, and register them in a bunch of other places.

So it should be easier to add enums and enum values

Since cbindgen doesn't see through the macro, generate the enum
manually
2022-04-14 19:17:48 +02:00
..
bitmapfont.rs Fix scaling of glyphs and improve type safety in the MCU backend 2022-02-17 15:07:57 +01:00
brush.rs Allow .darker and .brighter on Brush 2022-04-12 13:01:53 +02:00
color.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
image.rs Fix C++ build 2022-03-03 14:39:11 +01:00
path.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
rendering_metrics_collector.rs Collect statistics about the number of layers created in the GL and Qt renderer 2022-03-24 21:20:28 +01:00