Immortals custom vcpkg registry.
- homog2d
- icm-42688
- imgui
- immortals-protos
- immortals-common
- rlimgui
- tmc-api
- vartypes
Add this to your vcpkg-configuration.json's registries section, replacing baseline with the SHA of a commit from this repo
{
"kind": "git",
"repository": "https://github.com/Immortals-Robotics/vcpkg-registry",
"baseline": "3ad0e33575e0d60d277958e141e980b766b1cf61",
"packages": [
"homog2d",
"icm-42688",
"imgui",
"immortals-protos",
"immortals-common",
"rlimgui",
"tmc-api",
"vartypes"
]
}
Follow the guide here. TLDR:
Add your new port to the ports folder and commit it.
Use this command in repo's root folder:
vcpkg --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version --all --verbose
This project is licensed under the terms of the GNU GPLv3.