Skip to content

Commit

Permalink
Note imgui version inside package
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 30, 2024
1 parent c17e72a commit b23bade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
cp -r gdext/include/*.h addons/imgui-godot/include/
touch addons/imgui-godot/include/.gdignore
cp gdext/imgui-godot-native.gdextension addons/imgui-godot/
git -C gdext/imgui describe > addons/imgui-godot/include/imgui-version.txt
env
imgui_ver=$(grep -m 1 "^#define IMGUI_VERSION " < gdext/imgui/imgui.h | awk '{ print $3 }' | sed 's/"//g')
Expand Down

0 comments on commit b23bade

Please sign in to comment.