mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Replace more .60 by .slint
Mainly an automated change with git grep -O"sed -i 's/\.60/.slint/g'" -w "\.60" and some manual checks
This commit is contained in:
parent
d706d63ce1
commit
03534039d6
81 changed files with 314 additions and 313 deletions
|
@ -308,8 +308,8 @@ fn extract_include_paths(
|
|||
(remaining_stream, include_paths)
|
||||
}
|
||||
|
||||
/// This macro allows you to use the `.60` design markup language inline in Rust code. Within the braces of the macro
|
||||
/// you can use place `.60` code and the named exported components will be available for instantiation.
|
||||
/// This macro allows you to use the `.slint` design markup language inline in Rust code. Within the braces of the macro
|
||||
/// you can use place `.slint` code and the named exported components will be available for instantiation.
|
||||
///
|
||||
/// [The documentation of the `sixtyfps`](./index.html) crate contains more information about the language specification and
|
||||
/// how to use the generated code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue