Skip to content

Commit

Permalink
Update to Inochi2D 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 8, 2023
1 parent a462922 commit d78301c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down

0 comments on commit d78301c

Please sign in to comment.