slint/internal/interpreter
Olivier Goffart 66c443c90c Add the rust-version field to make the MRSV explicit
We changed the MSRV in the last release because some dependency depended on
Rust 1.59. But that did not concern the C++ build, for example.
Now that we rely on rust 1.59 in our own code, we should make it explicit
so that the compilation error show the proper error
2022-05-20 08:18:11 +02:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
api.rs Replaced TryInto with TryFrom in slint_interpreter::Value 2022-05-13 08:41:19 +02:00
Cargo.toml Add the rust-version field to make the MRSV explicit 2022-05-20 08:18:11 +02:00
dynamic_component.rs Component: Replace parent_item to parent_node 2022-04-20 14:29:18 +02:00
dynamic_type.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
eval.rs Implements @radial-gradient(circle, ...) 2022-05-19 14:07:20 +02:00
eval_layout.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
ffi.rs Add a reset function to the model notifier 2022-04-14 14:06:34 +02:00
global_component.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
lib.rs Update to document-features 0.2 2022-02-11 11:07:58 +01:00
migration.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
tests.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
value_model.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00