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

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

[lints]
workspace = true