Make infer optional

This commit is contained in:
David Lemarier 2021-04-25 19:39:27 -04:00
parent c9d665963a
commit 7827dd6490
No known key found for this signature in database
GPG key ID: 414D7F0DBBB895CA

View file

@ -26,7 +26,7 @@ objc_id = "0.1.1"
os_info = "3.0.1"
uuid = { version = "0.8", features = ["v4"], optional = true }
url = "2.1.1"
infer = "0.4"
infer = { version = "0.4", optional = true }
[dev-dependencies]
eval = "0.4"
@ -37,7 +37,7 @@ cloudkit = []
color_fallbacks = []
quicklook = []
user-notifications = ["uuid"]
webview = []
webview = ["infer"]
webview-downloading-macos = []
[package.metadata.bundle.example.ios-beta]