mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
9 lines
327 B
Bash
Executable File
9 lines
327 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR=$(dirname ${0} | python3 -c 'import os, sys; print(os.path.abspath(sys.stdin.read().strip()))' )
|
|
|
|
cd ${SCRIPT_DIR}
|
|
./_update-imgui.sh ~/code/vendor/imgui v1.89.1 ./imgui-master/imgui
|
|
./_update-imgui.sh ~/code/vendor/imgui 540909bddf2f2b094a650b4bf5d01757fbd69418 ./imgui-docking/imgui
|