aboutsummaryrefslogtreecommitdiff
path: root/crates/render-core/Cargo.toml
blob: c93d624846b2ce052f451921fceab8dfaefafc7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "render-core"
version = "0.1.0"
edition = "2021"

[dependencies]
msh-core = { path = "../msh-core" }

[dev-dependencies]
common = { path = "../common" }
nres = { path = "../nres" }