aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-render/Cargo.toml
blob: b045d6830dae5372470d0b1399e0571150020fbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fparkan-render"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
fparkan-world = { path = "../fparkan-world" }

[lints]
workspace = true