This commit is contained in:
nora 2023-09-30 10:25:23 +02:00
parent de90913d46
commit 54e0e7604e
23 changed files with 77 additions and 33 deletions

View file

@ -14,4 +14,5 @@ panic = "abort"
panic = "abort"
[dependencies]
libuwuc = { path = "..", features = ["export_symbols"] }
c = { path = "../c" }
libuwuc = { path = "../libuwuc" }