summaryrefslogtreecommitdiffstats
path: root/examples/clock/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clock/src/main.rs')
-rw-r--r--examples/clock/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clock/src/main.rs b/examples/clock/src/main.rs
index f7fb6f2d..d0995e0c 100644
--- a/examples/clock/src/main.rs
+++ b/examples/clock/src/main.rs
@@ -5,7 +5,7 @@ use iced::{
pub fn main() {
Clock::run(Settings {
- antialiasing: true,
+ use_antialiasing: true,
..Settings::default()
})
}