mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
v0.9.0
This commit is contained in:
parent
a28d071b18
commit
e52686edc2
3 changed files with 3 additions and 2 deletions
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -1805,7 +1805,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "0.8.2"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"bitcode",
|
"bitcode",
|
||||||
|
|
|
@ -3,7 +3,7 @@ members = ["tangled"]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "0.8.2"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -238,6 +238,7 @@ impl App {
|
||||||
ui.heading("Connect by ip");
|
ui.heading("Connect by ip");
|
||||||
});
|
});
|
||||||
ui.separator();
|
ui.separator();
|
||||||
|
ui.label("Note: steam networking is more reliable. Use it, if possible.");
|
||||||
if ui.button("Host").clicked() {
|
if ui.button("Host").clicked() {
|
||||||
self.start_server();
|
self.start_server();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue