many changes i made in the last weeks

This commit is contained in:
Sebastian Moser
2026-07-31 00:51:01 +02:00
parent 5b895c54dc
commit 180af16d35
64 changed files with 11633 additions and 1364 deletions

7
generated/nico-os.rs Normal file
View File

@@ -0,0 +1,7 @@
fn main() {
if let Err(err) = c2vi_part::nico_os_main() {
err.log();
}
}