This is deprecated but required to make cargo-apk work!

This commit is contained in:
griffi-gh 2023-06-04 15:30:47 +02:00
parent e70165ba00
commit 01cf42b2bf
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ edition = "2021"
publish = false
[lib]
name = "libkubi"
crate-type = ["lib", "cdylib"]
[dependencies]

View file

@ -4,5 +4,5 @@
)]
fn main() {
libkubi::kubi_main();
kubi::kubi_main();
}