Initial commit

This commit is contained in:
2026-07-03 12:59:18 +02:00
commit fcf95f44e9
30 changed files with 8325 additions and 0 deletions

7
build.rs Normal file
View File

@@ -0,0 +1,7 @@
fn main() {
println!("cargo:rerun-if-changed=memory.x");
println!(
"cargo:rustc-link-search={}",
std::path::PathBuf::from(std::env::var("CARGO_MANIFEST_DIR").unwrap()).display()
);
}