slint/api/sixtyfps-node/native
Olivier Goffart c25538c982 Normalize identifiers to - instead of _
As a result
 - The error messages will now show the error with `-` instead of `_`
 - The LSP will auto-complete with -
 - The interpreter's list of properties will list the property with '-'
   (but we made the change so that set_property, get_property, and so on
   work also if passed a '-')
2021-08-10 22:21:01 +02:00
..
build.rs Update license date 2021-07-02 15:55:54 +02:00
Cargo.toml Bump version number to 0.1.1 2021-08-10 08:06:20 +00:00
js_model.rs Add a as_any to the Model trait to allow getting a reference to the original model 2021-07-20 15:38:10 +02:00
lib.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
persistent_context.rs Janitor: Fix clippy::redundant_static_lifetimes 2021-07-23 13:48:52 +02:00