sym to own file

This commit is contained in:
breel
2026-03-10 22:21:15 -06:00
parent 04645c0d17
commit e9cbb86735
3 changed files with 77 additions and 64 deletions

View File

@@ -10,6 +10,9 @@ pub struct Flags {
#[arg(long, default_value_t = 44100)]
pub sample_rate: usize,
#[arg(long, default_value = "super_small_font.sf2")]
pub sound_font: String,
}
impl Flags {