0.1.0-1-alpha.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: Cargo.toml
|
||||
# version: 27
|
||||
# version: 28
|
||||
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
@@ -14,10 +14,11 @@ members = [
|
||||
"crates/common/game-assets-lib",
|
||||
"crates/common/game-logging-lib",
|
||||
"crates/apps/game-android-entrypoint",
|
||||
"crates/apps/game-reflex-poc-tauri",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0-1-alpha.1"
|
||||
version = "0.1.0-1-alpha.2"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://git.sasedev.com/Sasedev/games"
|
||||
@@ -29,6 +30,9 @@ sdl3 = "^0.20"
|
||||
tracing = "0.1.44"
|
||||
tracing-appender = "0.2.5"
|
||||
tracing-subscriber = "0.3.23"
|
||||
tauri = "2"
|
||||
tauri-build = "2"
|
||||
wasm-bindgen = "0.2"
|
||||
|
||||
[workspace.lints.rust]
|
||||
missing_docs = "warn"
|
||||
|
||||
Reference in New Issue
Block a user