0.3.5-alpha.2

This commit is contained in:
2026-09-21 22:36:38 +02:00
parent 3e24b7840c
commit 0077ea8b4d
11 changed files with 753 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 95
# version: 96
[workspace]
resolver = "3"
@@ -16,6 +16,7 @@ members = [
"crates/common/game-logging-lib",
"crates/common/game-realtime-transport-lib",
"crates/common/game-realtime-websocket-lib",
"crates/common/game-realtime-webtransport-lib",
"crates/apps/game-android-entrypoint",
"crates/apps/game-reflex-poc-tauri",
"crates/apps/game-reflex-poc-wasm",
@@ -24,7 +25,7 @@ members = [
]
[workspace.package]
version = "0.3.5-alpha.1"
version = "0.3.5-alpha.2"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -33,6 +34,7 @@ publish = false
[workspace.dependencies]
futures-util = { version = "0.3.34", default-features = false }
rcgen = { version = "0.14.10", default-features = false }
serde = { version = "1", features = ["derive"] }
sdl3 = "^0.20"
tracing = "0.1.44"
@@ -44,7 +46,9 @@ tauri-build = "2"
tauri-plugin-tracing = "^0.3"
tokio = "1.53.1"
tokio-tungstenite = { version = "0.30.0", default-features = false }
url = "2.5.8"
wasm-bindgen = "0.2"
web-transport-quinn = { version = "0.12.1", default-features = false }
[workspace.lints.rust]
missing_docs = "warn"