Compare commits
3 Commits
0f41ee6
...
28b92b0f4c
Author | SHA1 | Date | |
---|---|---|---|
28b92b0f4c | |||
c966fc6954 | |||
d0761bf60e |
1
external/CMakeLists.txt
vendored
1
external/CMakeLists.txt
vendored
@@ -17,4 +17,5 @@ add_subdirectory(./imgui)
|
||||
|
||||
add_subdirectory(./stb)
|
||||
add_subdirectory(./libwebp)
|
||||
add_subdirectory(./qoi)
|
||||
|
||||
|
13
external/qoi/CMakeLists.txt
vendored
Normal file
13
external/qoi/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.13...3.24 FATAL_ERROR)
|
||||
|
||||
project(qoi C CXX)
|
||||
|
||||
# do fetch or subtree
|
||||
|
||||
#add_library(stb INTERFACE)
|
||||
#target_include_directories(stb SYSTEM INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
# static lib with impl
|
||||
add_library(qoi "qoi.cpp")
|
||||
#target_link_libraries(qoi stb)
|
||||
|
1
external/qoi/qoi.cpp
vendored
Normal file
1
external/qoi/qoi.cpp
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// TODO: include and impl
|
2
external/solanaceae_contact
vendored
2
external/solanaceae_contact
vendored
Submodule external/solanaceae_contact updated: 6f3f9ef191...e40271670b
2
external/solanaceae_message3
vendored
2
external/solanaceae_message3
vendored
Submodule external/solanaceae_message3 updated: c73f727adc...b8893b1c5c
2
external/solanaceae_tox
vendored
2
external/solanaceae_tox
vendored
Submodule external/solanaceae_tox updated: b2a3cb7052...eeb57e137d
@@ -32,7 +32,7 @@ struct SendImagePopup {
|
||||
Rect crop_rect;
|
||||
Rect crop_before_drag;
|
||||
|
||||
bool cropping {true};
|
||||
bool cropping {false};
|
||||
bool dragging_last_frame_ul {false};
|
||||
bool dragging_last_frame_lr {false};
|
||||
|
||||
|
Reference in New Issue
Block a user