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

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