Enable Settings::antialiasing by default
This commit is contained in:
parent
fd1101bd5f
commit
68c4764494
11 changed files with 2 additions and 12 deletions
|
|
@ -17,7 +17,6 @@ pub fn main() -> iced::Result {
|
|||
iced::application(GameOfLife::default, GameOfLife::update, GameOfLife::view)
|
||||
.subscription(GameOfLife::subscription)
|
||||
.theme(|_| Theme::Dark)
|
||||
.antialiasing(true)
|
||||
.centered()
|
||||
.run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue