mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
disable http2 for minimal builds
This commit is contained in:
parent
31b9f1c455
commit
85909d8a9d
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ getrandom = { version = "0.2.15", features = ["js", "std"], optional = true }
|
||||||
http = "1.1.0"
|
http = "1.1.0"
|
||||||
http-body-util = "0.1.2"
|
http-body-util = "0.1.2"
|
||||||
hyper = "1.3.1"
|
hyper = "1.3.1"
|
||||||
hyper-util-wasm = { version = "0.1.3", features = ["client-legacy", "http1", "http2"] }
|
hyper-util-wasm = { version = "0.1.3", features = ["client-legacy", "http1"] }
|
||||||
js-sys = "0.3.69"
|
js-sys = "0.3.69"
|
||||||
pin-project-lite = "0.2.14"
|
pin-project-lite = "0.2.14"
|
||||||
send_wrapper = "0.4.0"
|
send_wrapper = "0.4.0"
|
||||||
|
@ -51,5 +51,5 @@ features = ["nightly"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["full"]
|
default = ["full"]
|
||||||
full = ["fastwebsockets", "base64", "async-compression", "getrandom"]
|
full = ["fastwebsockets", "base64", "async-compression", "getrandom", "hyper-util-wasm/http2"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue