summaryrefslogtreecommitdiff
path: root/opengl-bindings
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-03 20:31:00 +0200
committerHampusM <hampus@hampusmat.com>2026-05-03 20:31:00 +0200
commitb13b3f6e13f9ac9fe7fee0b5a81b026f411f0301 (patch)
tree9430215b69eb34596120eae95459472ae6087bc8 /opengl-bindings
parent9dfd0a9ef9a54dab5fb88ed9158bd4184212008e (diff)
build: make workspace members inherit other members as dependenciesHEADmaster
Diffstat (limited to 'opengl-bindings')
-rw-r--r--opengl-bindings/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index ae51a34..c08b94a 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -8,7 +8,7 @@ glutin = "0.32.3"
thiserror = "1.0.49"
safer-ffi = "0.1.13"
bitflags = "2.4.0"
-util-macros = { path = "../util-macros" }
+util-macros = { workspace = true }
[build-dependencies]
gl_generator = "=0.14.0"