From d78301c05a48b09ab409e023120523b52230b5e8 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Sat, 8 Jul 2023 17:33:41 +0200 Subject: [PATCH] Update to Inochi2D 0.8.2 --- .github/workflows/build-and-candidate.yml | 6 +++--- .github/workflows/nightly.yml | 6 +++--- .github/workflows/pr-test.yml | 2 +- dub.sdl | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-candidate.yml b/.github/workflows/build-and-candidate.yml index e09f05f..a32a802 100644 --- a/.github/workflows/build-and-candidate.yml +++ b/.github/workflows/build-and-candidate.yml @@ -36,7 +36,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' run: | @@ -74,7 +74,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' run: | @@ -155,7 +155,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' env: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ae1fb85..e4f02df 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -70,7 +70,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' run: | @@ -119,7 +119,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' run: | @@ -193,7 +193,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build Inochi Session' env: diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 07d5f45..04b80f1 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -31,7 +31,7 @@ jobs: git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules git clone https://github.com/Inochi2D/inochi2d.git dub add-local i2d-imgui/ "0.8.0" - dub add-local inochi2d/ "0.8.0" + dub add-local inochi2d/ "0.8.2" - name: 'Build and Test' run: | diff --git a/dub.sdl b/dub.sdl index 54acb99..771aac1 100644 --- a/dub.sdl +++ b/dub.sdl @@ -10,7 +10,7 @@ dependency "inui" version="~>1.2.1" dependency "lumars" version="~>1.6.1" dependency "bindbc-sdl" version="~>1.1.2" dependency "i18n-d" version="~>1.0.2" -dependency "inochi2d" version="~>0.8.0" +dependency "inochi2d" version="~>0.8.2" targetPath "out/" workingDirectory "out/" copyFiles "res/licenses/*"