mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Add a debugging techniques page to the C++ and Rust documentation
This is listed under the reference ("how to") and explains `SIXTYFPS_SLOW_ANIMATIONS`, SIXTYFPS_DEBUG_PERFORMANCE` as well as `SIXTYFPS_SCALE_FACTOR`. cc #728
This commit is contained in:
parent
6363260c74
commit
f08c4dfccb
4 changed files with 39 additions and 3 deletions
|
@ -165,3 +165,8 @@ pub mod generated_code {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub mod debugging_techniques {
|
||||
#![doc = include_str!("docs/debugging_techniques.md")]
|
||||
#![doc = ""]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue