commit fa8311f5ea91d385d13077ae27786b327389061c parent e77ad687c56b589ca1d206e5287475cf0bee7d62 Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 25 Oct 2025 14:36:04 -0300 script: update dependencies Diffstat:
| A | script/update-deps.sh | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/script/update-deps.sh b/script/update-deps.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -xeu + +echo "updating dependencies: odin-c-bindgen, blend2d, asmjit" + +git subtree pull --prefix=odin-c-bindgen https://github.com/karl-zylinski/odin-c-bindgen.git main --squash --message "update" +git subtree pull --prefix=blend2d/3rdparty/asmjit https://github.com/asmjit/asmjit master --squash --message "update" +git subtree pull --prefix=blend2d https://github.com/blend2d/blend2d master --squash --message "update"