Merge branch 'master' into text-editor
This commit is contained in:
commit
6582387579
109 changed files with 370 additions and 413 deletions
|
|
@ -83,10 +83,10 @@ where
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
id: None,
|
||||
window: Default::default(),
|
||||
window: window::Settings::default(),
|
||||
flags: Default::default(),
|
||||
fonts: Default::default(),
|
||||
default_font: Default::default(),
|
||||
fonts: Vec::new(),
|
||||
default_font: Font::default(),
|
||||
default_text_size: Pixels(16.0),
|
||||
antialiasing: false,
|
||||
exit_on_close_request: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue