summaryrefslogtreecommitdiff
path: root/systems/_asset/Cargo.toml
blob: c7586f61cc02fe2f16e0fdb9374f192a406ab198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "asset_system"
edition = "2024"
version.workspace = true

[dependencies]
asset_macros = { path = "macros" }

constants = { path = "../_constants" }

just_fmt.workspace = true
thiserror.workspace = true
tokio.workspace = true

winapi = { version = "0.3", features = ["winnt"] }