This commit is contained in:
2026-08-13 12:18:03 +03:00
parent a5bcfe0b1d
commit e24af91659
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ use std::collections::HashMap;
const USER_FONT: Font = Font::with_name("Noto Sans JP");
fn main() -> iced::Result {
println!("Welcome to JapLearn");
iced::application(ScreenState::boot, ScreenState::update, ScreenState::view).window(window::Settings{
position: Position::Centered,
min_size: Some(Size::new(700.0_f32.into(), 700.0_f32.into())),