diff options
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r-- | glfw/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml index b60d245..0a47e73 100644 --- a/glfw/Cargo.toml +++ b/glfw/Cargo.toml @@ -10,6 +10,7 @@ opengl = [] libc = "0.2.148" thiserror = "1.0.49" bitflags = "2.4.0" +util-macros = { path = "../util-macros" } [build-dependencies.bindgen] version = "0.68.1" |