Skip to content

Commit 2cb054a

Browse files
committed
update to v1.0.0
1 parent 5b31b51 commit 2cb054a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Source/Geode/pkg/uber-apk-signer.jar
1010

1111
# ILY vscode
1212
**/.vscode
13+
14+
imgui/**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3.0)
1+
cmake_minimum_required(VERSION 3.21)
22
set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44

mod.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
2-
"geode": "0.6.1",
2+
"geode": "v1.0.0-alpha",
33
"version": "v1.0.0",
44
"id": "geode.devtools",
55
"name": "DevTools",
66
"developer": "Geode Team",
7-
"description": "Developer tools for Geode"
7+
"description": "Developer tools for Geode",
8+
"repository": "https://github.com/geode-sdk/DevTools",
9+
"issues": {
10+
"url": "https://github.com/geode-sdk/DevTools/issues",
11+
"info": "If you encounter an issue using DevTools, please report it to the GitHub issues page."
12+
}
813
}

0 commit comments

Comments
 (0)