mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:40:37 +08:00
parent
c89c3507e1
commit
b550b0be30
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -3530,7 +3530,7 @@
|
||||
},
|
||||
"imgui": {
|
||||
"baseline": "1.90",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"imgui-node-editor": {
|
||||
"baseline": "0.9.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0c0f46ea7e2a764b13e8dcf7348ce9c29923836c",
|
||||
"version": "1.90",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "12ab98a00e6c2eda3393c25bda6458194d0cc42c",
|
||||
"version": "1.90",
|
||||
|
Loading…
x
Reference in New Issue
Block a user