Rename Settings::antialiasing to use_antialiasing
This commit is contained in:
parent
fe61d2fd67
commit
570f769744
5 changed files with 5 additions and 5 deletions
|
|
@ -287,7 +287,7 @@ use iced::{
|
|||
|
||||
pub fn main() {
|
||||
Example::run(Settings {
|
||||
antialiasing: true,
|
||||
use_antialiasing: true,
|
||||
..Settings::default()
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue