This commit is contained in:
2025-10-10 17:05:33 +02:00
parent 9f4bfea241
commit 6ccaff009b
2 changed files with 40 additions and 3 deletions

View File

@@ -27,15 +27,15 @@ use gui::{load_file_view, music_view};
use iced::Font;
use iced::Theme;
use iced::{
Color, Event, Task,
event::{self, Status},
keyboard::{Key, key::Named},
keyboard::{key::Named, Key},
Color, Event, Task,
};
use std::time::Instant;
use kira::{
AudioManager, AudioManagerSettings, DefaultBackend, sound::static_sound::StaticSoundData,
sound::static_sound::StaticSoundData, AudioManager, AudioManagerSettings, DefaultBackend,
};
const FONT_BYTES: &[u8] = include_bytes!("../fonts/EnvyCodeRNerdFontMono-Regular.ttf");
const FONT: Font = Font::with_name("EnvyCodeR Nerd Font Mono");