From b13b3f6e13f9ac9fe7fee0b5a81b026f411f0301 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 3 May 2026 20:31:00 +0200 Subject: build: make workspace members inherit other members as dependencies --- opengl-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl-bindings') 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" -- cgit v1.2.3-18-g5258