Files
decomp.me/backend/libraries/libraries.yaml
T
Robin Lambertz 1e00311790 Refactor libraries/download.py (#881)
* Avoid warning in git init when downloading libs

* Remove unused --libraries argument

* Take a Path when parsing libraries-dir

* Simplify expression of default libraries_dir

* Ensure the branch name is always a string

* Move git download to a dedicated function

* Emit error if get_library fails to create include dir
2023-10-09 02:37:51 +09:00

10 lines
194 B
YAML

directx:
'5.0':
git:
url: https://github.com/roblabla/directx-headers
branch: '5.0'
'8.0':
git:
url: https://github.com/roblabla/directx-headers
branch: main