| 123456789101112131415 |
- {
- "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
- "name": "bookmarks",
- "version": "0.1.0",
- "dependencies": [
- {
- "name": "imgui",
- "features": ["sdl3-binding", "sdl3-renderer-binding"]
- },
- "spdlog",
- "sdl3",
- "glm",
- "cpr"
- ]
- }
|