Add: windows mvp - transparent bugs not fixed
This commit is contained in:
35
Cargo.toml
Normal file
35
Cargo.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/sprimo-app",
|
||||
"crates/sprimo-api",
|
||||
"crates/sprimo-config",
|
||||
"crates/sprimo-platform",
|
||||
"crates/sprimo-protocol",
|
||||
"crates/sprimo-sprite",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
rust-version = "1.85"
|
||||
version = "0.1.0"
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "warn"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
all = "warn"
|
||||
pedantic = "warn"
|
||||
|
||||
[workspace.dependencies]
|
||||
axum = "0.8.4"
|
||||
bevy = { version = "0.14.2", default-features = true }
|
||||
directories = "5.0.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "signal", "net", "sync"] }
|
||||
toml = "0.8.23"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "fmt"] }
|
||||
uuid = { version = "1.18.1", features = ["serde", "v4", "v7"] }
|
||||
Reference in New Issue
Block a user