Skip to content

Commit bac8ea4

Browse files
committed
Fix release build, fix fmt
1 parent 41ba4d8 commit bac8ea4

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(NodeGraph
2828
include(cmake/utils.cmake)
2929

3030
find_package(SDL2 REQUIRED)
31-
find_package(fmt REQUIRED)
31+
find_package(fmt CONFIG REQUIRED)
3232
find_package(freetype CONFIG REQUIRED)
3333

3434
set(NODEGRAPH_ROOT ${CMAKE_CURRENT_LIST_DIR})

libs/zing

Submodule zing updated 1 file

settings.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c_knobMarkHLColor = [ 0.6941176652908325, 0.6823529601097107, 0.6823529601097107
1111
c_knobShadowColor = [ 0.2219020128250122, 0.2199835479259491, 0.2199835479259491, 1.0 ]
1212
c_knobTextColor = [ 0.8196078538894653, 0.8196078538894653, 0.8196078538894653, 1.0 ]
1313
c_nodeBorderColor = [ 0.0, 0.0, 0.0, 1.0 ]
14-
c_nodeCenterColor = [ 0.5, 0.5, 0.5, 1.0 ]
14+
c_nodeCenterColor = [ 0.26224786043167114, 0.26224786043167114, 0.26224786043167114, 1.0 ]
1515
c_nodeShadowColor = [ 0.10000000149011612, 0.10000000149011612, 0.10000000149011612, 0.5 ]
1616
c_nodeTitleBorderColor = [ 0.319884717464447, 0.319884717464447, 0.319884717464447, 1.0 ]
1717
c_nodeTitleCenterColor = [ 0.8196078538894653, 0.13725490868091583, 0.13725490868091583, 1.0 ]
@@ -54,4 +54,4 @@ s_sliderTipBorderSize = 0.0
5454
s_sliderTipFontPad = 7.0
5555
s_sliderTipFontSize = 36.0
5656
s_sliderTipShadowSize = 4.0
57-
s_windowSize = [ 3840.0, 2036.0 ]
57+
s_windowSize = [ 3840.0, 2224.0 ]

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ target_link_libraries(NodeGraph
5959
PRIVATE
6060
PUBLIC
6161
Zing::Zing
62-
fmt::fmt-header-only
6362
glm::glm
6463
Vulkan::Vulkan
6564
date::date

vcpkg

Submodule vcpkg updated 257 files

0 commit comments

Comments
 (0)