done for the day

This commit is contained in:
2023-11-20 02:12:39 +01:00
commit 97adc47291
9 changed files with 795 additions and 0 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("cargo:rustc-link-search=framework=/Library/Frameworks");
}