vcpkg.json 315 B

123456789101112131415
  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  3. "name": "bookmarks",
  4. "version": "0.1.0",
  5. "dependencies": [
  6. {
  7. "name": "imgui",
  8. "features": ["sdl3-binding", "sdl3-renderer-binding"]
  9. },
  10. "spdlog",
  11. "sdl3",
  12. "glm",
  13. "cpr"
  14. ]
  15. }