slint/internal/compiler/generator
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
..
cpp.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
rust.rs corelib: allow to use i32 for coordinate instead of f32 2022-04-11 17:46:50 +02:00