slint/sixtyfps_runtime/interpreter
Simon Hausmann 9e61d4168b Fix build of Paths with path elements with rust/llr
A `Path` with `MoveTo`/`LineTo`/etc. sub-elements now maps to an Expression::PathData of type
Type::PathData.

The llr lowering creates an Array of Type::PathElement, which is casted to PathData.

This only covers the element case. The compiled path events are still todo.
2022-01-12 16:22:35 +01:00
..
api.rs Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
Cargo.toml Add a bunch of categories and keywords in some of our Cargo.toml 2022-01-07 17:14:07 +01:00
dynamic_component.rs janitor: More clippy fixes 2022-01-09 14:50:58 +01:00
dynamic_type.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
eval.rs Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
eval_layout.rs Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
ffi.rs Join separated documentation for some interpreter C++ API types 2022-01-05 16:32:55 +01:00
global_component.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
lib.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
tests.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
value_model.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00