Rename Settings::antialiasing to use_antialiasing

This commit is contained in:
Héctor Ramón Jiménez 2020-02-15 10:50:07 +01:00
parent fe61d2fd67
commit 570f769744
5 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ pub struct Settings {
/// `Canvas`, at a performance cost.
///
/// By default, it is disabled.
pub antialiasing: bool,
pub use_antialiasing: bool,
}
#[cfg(not(target_arch = "wasm32"))]