From 05f53637e99e9874e63749124716a770fd58fd43 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 31 Aug 2026 00:15:14 +0200 Subject: build: add cargo aliases for doing fast compilation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3-18-g5258