better compile-time information

This commit is contained in:
Simon Gardling
2022-03-02 17:07:23 -05:00
parent 2416a0def0
commit f2bd775262
5 changed files with 50 additions and 5 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}