patch imgui with bitmap scaling patch

This commit is contained in:
Green Sky
2025-11-04 22:34:31 +01:00
parent 1f004cbd6d
commit d5fb73d4a3
3 changed files with 12 additions and 9 deletions

View File

@@ -8,11 +8,13 @@ endif()
if (NOT TARGET imgui) if (NOT TARGET imgui)
FetchContent_Declare(imgui FetchContent_Declare(imgui
GIT_REPOSITORY https://github.com/ocornut/imgui.git #GIT_REPOSITORY https://github.com/ocornut/imgui.git
GIT_REPOSITORY https://github.com/Green-Sky/imgui.git
#GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b #GIT_TAG f5befd2d29e66809cd1110a152e375a7f1981f06 # v1.91.9b
#GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0 #GIT_TAG 85b2fe8486190fa9326565a2fb5fccb6caea4396 # v1.92.0
#GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1 #GIT_TAG 5d4126876bc10396d4c6511853ff10964414c776 # v1.92.1
GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3 #GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3
GIT_TAG 349dbf9c57a15e2148fbfa7cb88df30280e0a362 # v1.92.3 + bitmap scaling patches
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
) )

12
flake.lock generated
View File

@@ -21,17 +21,17 @@
"imgui": { "imgui": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1758128722, "lastModified": 1762288520,
"narHash": "sha256-J+h7jJ+4wqr6RivtzyTDMXKxFoGs7dQbzqdu51XgEbc=", "narHash": "sha256-pgVBnGtt3pygqWVAYA1q2SM6kNH7n0mnD4kih0UFclo=",
"owner": "ocornut", "owner": "Green-Sky",
"repo": "imgui", "repo": "imgui",
"rev": "bf75bfec48fc00f532af8926130b70c0e26eb099", "rev": "349dbf9c57a15e2148fbfa7cb88df30280e0a362",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ocornut", "owner": "Green-Sky",
"repo": "imgui", "repo": "imgui",
"rev": "bf75bfec48fc00f532af8926130b70c0e26eb099", "rev": "349dbf9c57a15e2148fbfa7cb88df30280e0a362",
"type": "github" "type": "github"
} }
}, },

View File

@@ -21,7 +21,8 @@
flake = false; flake = false;
}; };
imgui = { imgui = {
url = "github:ocornut/imgui/bf75bfec48fc00f532af8926130b70c0e26eb099"; #url = "github:ocornut/imgui/bf75bfec48fc00f532af8926130b70c0e26eb099";
url = "github:Green-Sky/imgui/349dbf9c57a15e2148fbfa7cb88df30280e0a362";
flake = false; flake = false;
}; };
plutosvg = { plutosvg = {