Skip to content

Commit

Permalink
Deleted: examples folder: move to : https://github.com/dinau/imguin_e…
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Dec 31, 2024
1 parent 9894e69 commit 17eaa26
Show file tree
Hide file tree
Showing 310 changed files with 226 additions and 70,579 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:
sudo apt install xorg-dev libopengl-dev libgl1-mesa-dev
sudo apt install libglfw3 libglfw3-dev
sudo apt install libsdl2-dev
- run: make install
- run: make
- run: nimble make
3 changes: 1 addition & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
nim-version: '2.2.0'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: make install
- run: make
- run: nimble make
14 changes: 9 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# This file is just for the purpose of package development.
#
ifeq ($(OS),Windows_NT)
EXE = .exe
else
OPT += --passL:-lstdc++
endif
#
.PHONY: example clean install updater gen

all: example
all:
nimble make

install:
nimble install
#@-nimble build

example:
make -C examples

clean:
make -C examples clean
rm tests/tglfw_opengl3$(EXE)

EXT_LIB_DIR = ../libs
TARGET_DIR = src/imguin/private
Expand Down
Loading

0 comments on commit 17eaa26

Please sign in to comment.