Add bundled-windows feature

This commit is contained in:
kpcyrd
2019-06-21 06:31:13 +02:00
parent f14b61d8e8
commit 73f1ef817f
2 changed files with 6 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ categories = ["external-ffi-bindings"]
[features]
default = ["min_sqlite_version_3_6_8"]
bundled = ["cc"]
bundled-windows = ["cc"]
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
sqlcipher = []
min_sqlite_version_3_6_8 = ["pkg-config", "vcpkg"]