0.3.5-alpha.7

This commit is contained in:
2026-09-22 06:36:54 +02:00
parent 0ef5e1a233
commit 1764eb9bed
20 changed files with 1021 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 102
# version: 103
[workspace]
resolver = "3"
@@ -10,6 +10,7 @@ members = [
"crates/games/game-reflex-poc",
"crates/games/game-snake-poc",
"crates/apps/game-realtime-websocket-smoke",
"crates/apps/game-realtime-webtransport-browser-smoke",
"crates/apps/game-realtime-webtransport-smoke",
"crates/apps/game-reflex-poc-desktop",
"crates/apps/game-snake-poc-desktop",
@@ -26,7 +27,7 @@ members = [
]
[workspace.package]
version = "0.3.5-alpha.6"
version = "0.3.5-alpha.7"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -35,6 +36,7 @@ publish = false
[workspace.dependencies]
futures-util = { version = "0.3.34", default-features = false }
gloo-timers = "0.4.0"
rcgen = { version = "0.14.10", default-features = false }
serde = { version = "1", features = ["derive"] }
sdl3 = "^0.20"
@@ -49,6 +51,7 @@ tokio = "1.53.1"
tokio-tungstenite = { version = "0.30.0", default-features = false }
url = "2.5.8"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-transport-quinn = { version = "0.12.1", default-features = false }
web-transport-wasm = "0.6.0"