From ebd7c4058b7737fb621b4be51150bc19473bed53 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 4 Nov 2022 10:38:47 -0600 Subject: [PATCH] Fix editor-test compilation --- examples/editor-test/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/editor-test/src/main.rs b/examples/editor-test/src/main.rs index 9bae758..aa42d97 100644 --- a/examples/editor-test/src/main.rs +++ b/examples/editor-test/src/main.rs @@ -39,7 +39,7 @@ fn main() { -1, 1024, 768, - &format!("COSMIC TEXT - {}", font_system.locale), + &format!("COSMIC TEXT - {}", font_system.locale()), &[WindowFlag::Async], ) .unwrap();