Order debug JSON and allow elements to be named; copy to clipboard

This commit is contained in:
Nathan Sobo 2021-04-07 21:54:05 -06:00
parent cbb23a93a6
commit 9f6f27f305
15 changed files with 104 additions and 32 deletions

View file

@ -46,6 +46,8 @@ impl super::App for App {
fn fonts(&self) -> std::sync::Arc<dyn super::FontSystem> {
self.fonts.clone()
}
fn copy(&self, _: &str) {}
}
impl Window {