Skip to content

Commit

Permalink
Removing unused cJSON dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Mar 28, 2024
1 parent d0087af commit 5de8860
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ if (NOT TARGET cglm)
FetchContent_MakeAvailable(cglm_content)
endif()

# https://github.com/DaveGamble/cJSON
if (NOT TARGET cjson)
FetchContent_Declare(
cjson_content
GIT_REPOSITORY https://github.com/DaveGamble/cJSON.git
GIT_TAG v1.7.17
)
FetchContent_MakeAvailable(cglm_content)
endif()

# https://github.com/kuba--/zip
if (NOT TARGET kuba_zip)
include(FetchContent)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ A framework for windows, macOS, and linux that can be used to make games.
- [unity](https://github.com/ThrowTheSwitch/Unity) - Unit Tests
- [zip](https://github.com/kuba--/zip) - Reading archives
- [stb image](https://github.com/nothings/stb) - Image loading
- [cJson](https://github.com/DaveGamble/cJSON) - Reading json files

## Current Features

Expand All @@ -28,7 +27,6 @@ A framework for windows, macOS, and linux that can be used to make games.
- [x] Audio
- [x] Networking (udp only for now)
- [x] pthread wrapper and thread pool
- [x] Math Library
- [x] ECS
- [x] Multiple data structures such as hashmap and array list (vector)

Expand Down

0 comments on commit 5de8860

Please sign in to comment.