summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-31 00:15:14 +0200
committerHampusM <hampus@hampusmat.com>2026-08-31 00:15:14 +0200
commit05f53637e99e9874e63749124716a770fd58fd43 (patch)
treee025fb66101856c52e20437e3587a8d0438a7e86 /Cargo.toml
parent2d8946bc44b4cf894655a0c1108afa8ce8962077 (diff)
build: add cargo aliases for doing fast compilation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4eaf692..55fe089 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
-members = ["engine*", "util-macros", "opengl-bindings"]
+members = ["engine*", "util-macros", "opengl-bindings", "xtask"]
[workspace.dependencies]
engine = { path = "engine" }