0.3.4-alpha.3.fix.1
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user