slint/examples/todo/rust
Olivier Goffart 2ece3817cc Make ModelHandle a struct
Last commit broke for structures containing models, because models are not PartialEq.
So we need to implement PartialEq for ModelHandle. Which means a struct needs to
be created
2020-10-31 13:32:19 +01:00
..
build.rs Skeleton for a TODO app 2020-09-07 14:15:27 +02:00
Cargo.toml Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
main.rs Make ModelHandle a struct 2020-10-31 13:32:19 +01:00