diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-16 23:47:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-17 00:11:53 +0200 |
commit | aace257e08f3a73c22dfc80ca1f1df1b8f550fc1 (patch) | |
tree | 633ecdb4e6e44dadc0e07139aad9939041f862dc /glfw/Cargo.toml | |
parent | 8ecd728f14da6ce1376822557fd63d3002a380de (diff) |
refactor(glfw): use FromRepr derive macro from util-macros
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" |