aboutsummaryrefslogtreecommitdiff
path: root/test2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test2/Cargo.toml')
-rw-r--r--test2/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test2/Cargo.toml b/test2/Cargo.toml
new file mode 100644
index 0000000..4663775
--- /dev/null
+++ b/test2/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "test2"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+framework = { path = "../framework" }
+glam = "0.30.3"
+rayon = "1.10.0"