mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-14 02:16:10 +00:00
Add vendored 'native-tls' as dependency (#437)
Necessary for build to succeed on macOS
This commit is contained in:
parent
0e708423b3
commit
c067612291
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ serde_json = "1"
|
|||
toml = "0.5.9"
|
||||
training_mod_consts = { path = "training_mod_consts" }
|
||||
training_mod_tui = { path = "training_mod_tui" }
|
||||
native-tls = { version = "0.2.11", features = ["vendored"] }
|
||||
|
||||
[patch.crates-io]
|
||||
native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", branch="switch" }
|
||||
|
@ -51,4 +52,4 @@ plugin-dependencies = [
|
|||
|
||||
[features]
|
||||
outside_training_mode = []
|
||||
web_session_single_thread = []
|
||||
web_session_single_thread = []
|
||||
|
|
Loading…
Add table
Reference in a new issue