Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ports/hello-imgui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
"experimental-dx11-binding" HELLOIMGUI_HAS_DIRECTX11
"experimental-dx12-binding" HELLOIMGUI_HAS_DIRECTX12
"glfw-binding" HELLOIMGUI_USE_GLFW3
"freetype-plutosvg" HELLOIMGUI_USE_FREETYPE # When hello_imgui is built with freetype, it will also build with plutosvg
)

if (NOT HELLOIMGUI_HAS_OPENGL3
Expand Down
14 changes: 1 addition & 13 deletions ports/hello-imgui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hello-imgui",
"version": "1.6.0",
"port-version": 1,
"port-version": 2,
"description": "Hello ImGui: unleash your creativity in app development and prototyping",
"homepage": "https://pthom.github.io/hello_imgui/",
"license": "MIT",
Expand Down Expand Up @@ -56,18 +56,6 @@
}
]
},
"freetype-plutosvg": {
"description": "Improve font rendering and use colored fonts with freetype and plutosvg",
"dependencies": [
{
"name": "imgui",
"features": [
"freetype",
"freetype-svg"
]
}
]
},
"glfw-binding": {
"description": "Use GLFW platform backend (default)",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
},
"hello-imgui": {
"baseline": "1.6.0",
"port-version": 1
"port-version": 2
},
"hexl": {
"baseline": "1.2.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hello-imgui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b9499ab8e07deb6128f0757ef1851c5e09896819",
"version": "1.6.0",
"port-version": 2
},
{
"git-tree": "ad86a79efe058977548ffde34179005239f78266",
"version": "1.6.0",
Expand Down