fix: number format (#2445)

This commit is contained in:
Nathan.fooo
2023-05-03 16:47:02 +08:00
committed by GitHub
parent 76b94e363e
commit 1f187a3917
3 changed files with 240 additions and 393 deletions

View File

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