Draft test recorder structure in iced_devtools

This commit is contained in:
Héctor Ramón Jiménez 2025-05-28 19:58:43 +02:00
parent ca6d992d67
commit 327522eb99
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
16 changed files with 641 additions and 146 deletions

7
devtools/build.rs Normal file
View file

@ -0,0 +1,7 @@
#![allow(missing_docs)]
fn main() {
// println!("cargo::rerun-if-changed=fonts/iced_devtools-icons.toml");
// iced_fontello::build("fonts/iced_devtools-icons.toml")
// .expect("Build icons font");
}