This commit is contained in:
IQuant 2024-06-05 18:28:17 +03:00
parent a28d071b18
commit e52686edc2
3 changed files with 3 additions and 2 deletions

View file

@ -1805,7 +1805,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "0.8.2"
version = "0.9.0"
dependencies = [
"bincode",
"bitcode",

View file

@ -3,7 +3,7 @@ members = ["tangled"]
[package]
name = "noita-proxy"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -238,6 +238,7 @@ impl App {
ui.heading("Connect by ip");
});
ui.separator();
ui.label("Note: steam networking is more reliable. Use it, if possible.");
if ui.button("Host").clicked() {
self.start_server();
}