Remove Sandbox trait 🎉
This commit is contained in:
parent
9152904af1
commit
846d76cd3f
13 changed files with 169 additions and 240 deletions
|
|
@ -11,7 +11,7 @@ pub fn main() -> iced::Result {
|
|||
iced::application("Clock - Iced", Clock::update, Clock::view)
|
||||
.subscription(Clock::subscription)
|
||||
.theme(Clock::theme)
|
||||
.antialiased()
|
||||
.antialiasing(true)
|
||||
.run()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue