Add support for linking to winsqlite3

Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
This commit is contained in:
Nazar Mishturak
2020-08-18 01:33:50 +03:00
committed by Thom Chiovoloni
parent 4a54e118f0
commit bc9b40a444
4 changed files with 44 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ bundled-windows = ["libsqlite3-sys/bundled-windows"]
with-asan = ["libsqlite3-sys/with-asan"]
column_decltype = []
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
# Helper feature for enabling both `bundled` and most non-build-related optional
# features or dependencies. This is useful for running tests / clippy / etc. New