23 lines
497 B
TOML
23 lines
497 B
TOML
[package]
|
|
name = "client"
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
winit = "0.30.13"
|
|
renderer = { path = "../renderer" }
|
|
glam.workspace = true
|
|
raw-window-handle.workspace = true
|
|
ash-window.workspace = true
|
|
serde_json.workspace = true
|
|
shared = { path = "../shared" }
|
|
net = { version = "0.1.0", path = "../net" }
|