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:
Simon Hausmann 2021-12-20 16:22:27 +01:00 committed by Simon Hausmann
parent 6363260c74
commit f08c4dfccb
4 changed files with 39 additions and 3 deletions

View file

@ -165,3 +165,8 @@ pub mod generated_code {
}
}
}
pub mod debugging_techniques {
#![doc = include_str!("docs/debugging_techniques.md")]
#![doc = ""]
}