Files
whetstone_DSL/editor/vcpkg.json

17 lines
352 B
JSON
Raw Permalink Normal View History

{
"name": "whetstone-editor",
"version": "0.1.0",
"dependencies": [
"nlohmann-json",
"sdl2",
{
"name": "imgui",
"features": ["docking-experimental", "opengl3-binding"],
"$comment": "SDL2 backend compiled locally (sdl2-binding removed from vcpkg imgui 1.91+)"
},
"glad",
"opengl",
"tree-sitter"
]
}