feat: fix windows build erros

This commit is contained in:
nathan
2022-02-17 16:32:10 +08:00
parent 33ff6b2f23
commit ceaf1ccc21
15 changed files with 76 additions and 633 deletions

View File

@ -7,8 +7,8 @@ edition = "2018"
[lib]
name = "dart_ffi"
# this value will change depending on the target os
# default staticlib
crate-type = ["staticlib"]
# default cdylib
crate-type = ["cdylib"]
[dependencies]