There was an error while loading. Please reload this page.
1 parent f3ea360 commit 21005e0Copy full SHA for 21005e0
2 files changed
CMakeLists.txt
@@ -8,7 +8,7 @@ else()
8
endif()
9
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
10
11
-project(HorribleMenu VERSION 1.3.0)
+project(HorribleMenu VERSION 1.3.1)
12
13
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
14
add_library(${PROJECT_NAME} SHARED ${SOURCES})
@@ -26,5 +26,5 @@ add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
26
setup_geode_mod(${PROJECT_NAME})
27
28
CPMAddPackage("gh:dankmeme01/cue#main")
29
-CPMAddPackage("gh:CubicCommunity/gdcord#main")
+CPMAddPackage("gh:CubicCommunity/gdcord@1.0.0")
30
target_link_libraries(${PROJECT_NAME} cue gdcord)
changelog.md
@@ -1,4 +1,5 @@
1
# v1.3.1
2
+- Enhanced Discord authorization flow using [gdcord](https://github.com/CubicCommunity/gdcord) library
3
- Internal tweaks
4
5
# v1.3.0
0 commit comments