Skip to content

Commit 2cc1711

Browse files
committed
Update target to GD 2.2081 and Geode v5.4.1
1 parent 5c099ed commit 2cc1711

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.21)
2-
set(CMAKE_CXX_STANDARD 23)
2+
set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
55
set(CMAKE_OSX_ARCHITECTURES "arm64")
@@ -50,4 +50,4 @@ endif()
5050

5151
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
5252

53-
setup_geode_mod(${PROJECT_NAME})
53+
setup_geode_mod(${PROJECT_NAME} VERSION 4.0.0)

mod.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"geode": "4.0.0",
2+
"geode": "5.4.1",
33
"gd": {
4-
"win": "2.206",
5-
"android": "2.206",
6-
"mac": "2.206",
7-
"ios": "2.206"
4+
"win": "2.2081",
5+
"android": "2.2081",
6+
"mac": "2.2081",
7+
"ios": "2.2081"
88
},
99
"id": "chimed.python_runtime",
1010
"name": "Python Runtime",

0 commit comments

Comments
 (0)