Add wasm32_web_time feature (#73)
This commit is contained in:
parent
717757e156
commit
177ce9e700
9 changed files with 30 additions and 14 deletions
|
|
@ -22,7 +22,7 @@ all-features = true
|
|||
default = ["text"]
|
||||
text = []
|
||||
inline = ["text"]
|
||||
|
||||
wasm32_web_time = ["web-time"]
|
||||
unicode = ["text", "unicode-segmentation", "bstr?/unicode", "bstr?/std"]
|
||||
bytes = ["bstr", "text"]
|
||||
|
||||
|
|
@ -35,6 +35,7 @@ serde_json = "1.0.68"
|
|||
unicode-segmentation = { version = "1.7.1", optional = true }
|
||||
bstr = { version = "1.5.0", optional = true, default-features = false }
|
||||
serde = { version = "1.0.130", optional = true, features = ["derive"] }
|
||||
web-time = { version = "1.1", optional = true }
|
||||
|
||||
[[example]]
|
||||
name = "patience"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue