From 12f48046b2606fc77a1312a6d5e5fc7ff9feff88 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 13 Oct 2023 23:32:00 +0200 Subject: refactor(engine): move uses of OpenGL to OpenGL module --- engine/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 7b42cab..40b2e9f 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" glfw = { path = "../glfw" } thiserror = "1.0.49" gl = "0.14.0" +bitflags = "2.4.0" -- cgit v1.2.3-18-g5258