From fefe6b84f0e94d8ea941964cd2f34cc159d990df Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 7 Oct 2023 20:56:34 +0200 Subject: feat: add triangle program --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 44b6558..50f82e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" members = ["glfw", "engine"] [dependencies] +engine = { path = "./engine" } -- cgit v1.2.3-18-g5258