0.3.4-alpha.3.fix.1

This commit is contained in:
2026-09-21 17:45:12 +02:00
parent 4fb521f54e
commit bbecae5e0d
8 changed files with 123 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
# file: Cargo.toml
# version: 88
# version: 89
[workspace]
resolver = "3"
@@ -23,7 +23,7 @@ members = [
]
[workspace.package]
version = "0.3.4-alpha.3"
version = "0.3.4-alpha.3.fix.1"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/games"
@@ -31,7 +31,7 @@ authors = ["Sasedev <games@sasedev.com>"]
publish = false
[workspace.dependencies]
futures-util = "0.3.34"
futures-util = { version = "0.3.34", default-features = false }
serde = { version = "1", features = ["derive"] }
sdl3 = "^0.20"
tracing = "0.1.44"
@@ -42,7 +42,7 @@ tauri = "2"
tauri-build = "2"
tauri-plugin-tracing = "^0.3"
tokio = "1.53.1"
tokio-tungstenite = "0.30.0"
tokio-tungstenite = { version = "0.30.0", default-features = false }
wasm-bindgen = "0.2"
[workspace.lints.rust]