diff --git a/ports/hello-imgui/portfile.cmake b/ports/hello-imgui/portfile.cmake index 0bf1766d0ef434..43bf7b12bf0cb5 100644 --- a/ports/hello-imgui/portfile.cmake +++ b/ports/hello-imgui/portfile.cmake @@ -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 diff --git a/ports/hello-imgui/vcpkg.json b/ports/hello-imgui/vcpkg.json index 998d3cd1547f24..3e935a2d3db619 100644 --- a/ports/hello-imgui/vcpkg.json +++ b/ports/hello-imgui/vcpkg.json @@ -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", @@ -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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 5ed690f82b69a8..a72bfcd6d9a025 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3538,7 +3538,7 @@ }, "hello-imgui": { "baseline": "1.6.0", - "port-version": 1 + "port-version": 2 }, "hexl": { "baseline": "1.2.5", diff --git a/versions/h-/hello-imgui.json b/versions/h-/hello-imgui.json index 050f4ed77fda88..2b1d7f6d3e2248 100644 --- a/versions/h-/hello-imgui.json +++ b/versions/h-/hello-imgui.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b9499ab8e07deb6128f0757ef1851c5e09896819", + "version": "1.6.0", + "port-version": 2 + }, { "git-tree": "ad86a79efe058977548ffde34179005239f78266", "version": "1.6.0",