diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-28 12:05:07 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-28 12:06:04 -0500 |
| commit | a3c6970a50a3c769aebce2bcb17cd9d9febe4354 (patch) | |
| tree | 1f1d2940997b9fd5d326b7eb10dcff84c9a7e754 /.gitmodules | |
| parent | 39a0ff935e6298193188d8569ae3cbb96807f34c (diff) | |
Move to GLFW for transparent clickthrough overlay
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d8e9eee..3ddd468 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/gltf"] path = deps/gltf url = https://github.com/lcolonq/gltf +[submodule "deps/glfw-rs"] + path = deps/glfw-rs + url = git@github.com:lcolonq/glfw-rs.git |
