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 559f0192..d8266f06 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 {
- use_antialiasing: true,
+ antialiasing: true,
..Settings::default()
})
}