Merge pull request #119 from CryZe/fix-no-std-signature
Fix `FontSystem::new_with_locale_and_db` Signature
This commit is contained in:
commit
615dc51907
3 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ use cosmic::{
|
|||
mouse::{self, Button, Event as MouseEvent, ScrollDelta},
|
||||
renderer,
|
||||
widget::{self, tree, Widget},
|
||||
Padding, {Color, Element, Length, Point, Rectangle, Shell, Size},
|
||||
Color, Element, Length, Padding, Point, Rectangle, Shell, Size,
|
||||
},
|
||||
theme::{Theme, ThemeType},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue