slint/xtask
Simon Hausmann 5cd505b9ac compiler: Change Struct::name to be an enum instead of a string
For the future Python generate, we need to know if a struct type is a
public Slint type, private perhaps, or custom. Instead of continuing
with string operations, an enum gives clarity what's what, and this also
emits removing some string matching to identify specific types.
2025-11-18 20:35:05 +01:00
..
src compiler: Change Struct::name to be an enum instead of a string 2025-11-18 20:35:05 +01:00
Cargo.toml Update which dependency 2025-06-20 09:48:37 +02:00