mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Expose bundled-windows feature from rusqlite directly (#682)
This commit is contained in:
parent
76336369ed
commit
802eb669c3
@ -58,6 +58,7 @@ extra_check = []
|
|||||||
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
|
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
|
||||||
unstable = []
|
unstable = []
|
||||||
in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
|
in_gecko = ["modern_sqlite", "libsqlite3-sys/in_gecko"]
|
||||||
|
bundled-windows = ["libsqlite3-sys/bundled-windows"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
time = "0.1.0"
|
time = "0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user