Skip to content

Commit

Permalink
[CHORE] Removed CImg.h from local repo - It is now fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jan 15, 2025
1 parent d778fb2 commit 3f0e6d0
Show file tree
Hide file tree
Showing 3 changed files with 1,408 additions and 1,125 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ src/network/*.pem
src/parser/*.out
src/parser/toml.hpp
src/music/miniaudio.h
src/ui/components/libs/CImg.h
docs/
2 changes: 2 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RESET="\033[0m"
# Some URL definitions
TOML_PARSER_URL="https://raw.githubusercontent.com/marzer/tomlplusplus/master/toml.hpp"
MINIAUDIO_URL="https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h"
CIMG_URL="https://raw.githubusercontent.com/GreycLab/CImg/refs/heads/master/CImg.h"

echo -e "${CYAN}------------------ Initializing inLimbo Repository --------------------${RESET}"

Expand Down Expand Up @@ -47,5 +48,6 @@ show_msg() {
# Example usage
show_msg "1. Download header 'toml.hpp'" $TOML_PARSER_URL "./src/parser/"
show_msg "2. Download header 'miniaudio.h'" $MINIAUDIO_URL "./src/music/"
show_msg "3. Download header 'CImg.h'" $CIMG_URL "./src/ui/components/libs/"

echo -e "${CYAN}------------------ Initialization DONE --------------------${RESET}"
Loading

0 comments on commit 3f0e6d0

Please # to comment.