blob: b856d12ae72a3ac84a66eef249f69ad4f96f6c48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "render-core"
version = "0.1.0"
edition = "2021"
[dependencies]
msh-core = { path = "../msh-core" }
[dev-dependencies]
nres = { path = "../nres" }
|