automated C# glue FFI glue code

This commit is contained in:
2025-11-28 03:51:05 -07:00
parent 6b69cc1459
commit c97c5763ae
9 changed files with 130 additions and 54 deletions

View File

@@ -0,0 +1,3 @@
fn main() -> std::io::Result<()> {
::slang::generate_headers()
}