remove rest of language specifics

This commit is contained in:
Vinzenz Schroeter 2025-02-16 15:09:12 +01:00
parent c6d2ee6fe1
commit 984198c26d
5 changed files with 21 additions and 581 deletions

View file

@ -1,3 +0,0 @@
fn main() {
uniffi_bindgen_cs::main().unwrap();
}

View file

@ -1,3 +0,0 @@
fn main() {
uniffi_bindgen_go::main().unwrap();
}

View file

@ -1,3 +0,0 @@
fn main() {
uniffi::uniffi_bindgen_main()
}