aboutsummaryrefslogtreecommitdiff
path: root/test2/Cargo.toml
blob: 4663775fc960d02d499c0d884d6331e13b7dc5cc (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "test2"
version = "0.1.0"
edition = "2024"

[dependencies]
framework = { path = "../framework" }
glam = "0.30.3"
rayon = "1.10.0"