mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-27 14:39:09 +00:00
cd2006b4d9
* feat: updated PKGBUILD description * feat: updated workflow syntax and dependencies * feat: switched logging to spdlog * chore: adjusted library defaults * ci: fixed spdlog format string issues * docs: fixed docs for libvideo2x functions * feat: organized header files * fix: fixed header installation directory * feat: link spdlog statically if compiled from source * feat: adjusted libvideo2x log level enum names * feat: added version.h header Signed-off-by: k4yt3x <i@k4yt3x.com>
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
[submodule "third_party/libreal_esrgan_ncnn_vulkan"]
|
|
path = third_party/libreal_esrgan_ncnn_vulkan
|
|
url = https://github.com/k4yt3x/libreal-esrgan-ncnn-vulkan.git
|
|
[submodule "third_party/ncnn"]
|
|
path = third_party/ncnn
|
|
url = https://github.com/Tencent/ncnn.git
|
|
[submodule "third_party/spdlog"]
|
|
path = third_party/spdlog
|
|
url = https://github.com/gabime/spdlog.git
|