diff options
author | HampusM <hampus@hampusmat.com> | 2024-03-06 22:15:33 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-03-06 22:15:41 +0100 |
commit | 251beb34720d2e7d60ceaddc811a65f52f15bdbd (patch) | |
tree | 7342c483661d3dc2f229097a15a41532c333e3c5 /Cargo.lock | |
parent | b9668a6ba06af650eab5c77c78a487556af20a6b (diff) |
feat(glfw): add setting key callback
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -204,6 +204,7 @@ name = "glfw" version = "0.1.0" dependencies = [ "bindgen", + "bitflags 2.4.0", "libc", "thiserror", ] |