mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix build
This commit is contained in:
parent
a17c8bad64
commit
24beafb888
@ -11,7 +11,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
android_tests = []
|
android_tests = []
|
||||||
ios_tests = [ "simplelog", "backtrace" ]
|
ios_tests = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
capnp = { version = "^0", default_features = false }
|
capnp = { version = "^0", default_features = false }
|
||||||
@ -132,8 +132,8 @@ winapi = { version = "^0", features = [ "iptypes", "iphlpapi" ] }
|
|||||||
|
|
||||||
# Dependencies for iOS
|
# Dependencies for iOS
|
||||||
[target.'cfg(target_os = "ios")'.dependencies]
|
[target.'cfg(target_os = "ios")'.dependencies]
|
||||||
simplelog = { version = "^0", optional = true }
|
simplelog = { version = "^0" }
|
||||||
backtrace = { version = "^0", optional = true }
|
backtrace = { version = "^0" }
|
||||||
|
|
||||||
# Rusqlite configuration to ensure platforms that don't come with sqlite get it bundled
|
# Rusqlite configuration to ensure platforms that don't come with sqlite get it bundled
|
||||||
# Except WASM which doesn't use sqlite
|
# Except WASM which doesn't use sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user