Externals: add watcher, a library used to watch a filesystem location for changes

This commit is contained in:
iwubcode
2024-07-04 17:34:14 -05:00
parent bafe78203d
commit 8113399b68
5 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@ -84,6 +84,9 @@
[submodule "Externals/Vulkan-Headers"]
path = Externals/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "Externals/watcher/watcher"]
path = Externals/watcher/watcher
url = https://github.com/e-dant/watcher.git
[submodule "Externals/SFML/SFML"]
path = Externals/SFML/SFML
url = https://github.com/SFML/SFML.git