improve error handling and add metadata

This commit is contained in:
Chance 2025-04-03 01:00:24 -04:00
parent 13893e96a9
commit 43fd5966b7
17 changed files with 1162 additions and 787 deletions

3
engine/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
built::write_built_file().expect("Failed to write build information");
}