[imgui] fix find Allegro (#36486)

* [imgui] fix find Allegro

* version
This commit is contained in:
Frank 2024-02-01 20:19:15 +00:00 committed by GitHub
parent c89c3507e1
commit b550b0be30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -31,7 +31,7 @@ target_sources(
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
if(IMGUI_BUILD_ALLEGRO5_BINDING)
find_package(allegro CONFIG REQUIRED)
find_package(Allegro CONFIG REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE Allegro::allegro Allegro::allegro_ttf Allegro::allegro_font Allegro::allegro_main)
target_sources(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/backends/imgui_impl_allegro5.cpp)
endif()

View File

@ -1,7 +1,7 @@
{
"name": "imgui",
"version": "1.90",
"port-version": 3,
"port-version": 4,
"description": "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.",
"homepage": "https://github.com/ocornut/imgui",
"license": "MIT",

View File

@ -3530,7 +3530,7 @@
},
"imgui": {
"baseline": "1.90",
"port-version": 3
"port-version": 4
},
"imgui-node-editor": {
"baseline": "0.9.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0c0f46ea7e2a764b13e8dcf7348ce9c29923836c",
"version": "1.90",
"port-version": 4
},
{
"git-tree": "12ab98a00e6c2eda3393c25bda6458194d0cc42c",
"version": "1.90",