mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Switch to ewext for connection between noita and the proxy.
This commit is contained in:
parent
7b34f77b68
commit
75d39b2ca5
12 changed files with 713 additions and 121 deletions
8
noita-proxy/Cargo.lock
generated
8
noita-proxy/Cargo.lock
generated
|
@ -2072,6 +2072,7 @@ dependencies = [
|
|||
"self-replace",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"shared",
|
||||
"shlex",
|
||||
"socket2",
|
||||
"steamworks",
|
||||
|
@ -3208,6 +3209,13 @@ dependencies = [
|
|||
"lazy_static",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shared"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitcode",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "1.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue