-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vcpkg.json / packages.json #2420
Comments
Thanks for the suggestion! For now, the best way to accomplish this would be a bat file with the contents:
Could you go into more detail about a scenario where a simple bat file like that would be insufficient? |
A .bat is code, I'd prefer this data to be data. This would allow other tools to also read the data and it might be more flexible. Let's include an example:
|
That would be awesome and more close to how other package managers work. Cargo uses TOML and personally, I'd prefer it over JSON for listing dependencies or something like YAML. |
Close this issue via #11203 merged. |
I'd love to see something like composer's
composer.json
or npm'spackages.json
. A (JSON) file that lists all dependencies allowing a simplevcpkg install
to install them.The text was updated successfully, but these errors were encountered: