Skip to content

Commit

Permalink
Merge pull request #120 from Gnimuc/imgui-1.90.8
Browse files Browse the repository at this point in the history
Bump cimgui-pack versions
  • Loading branch information
JamesWrigley committed Jun 9, 2024
2 parents 79333c7 + f0f61c4 commit 6e9dc13
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
- push
- pull_request

permissions:
actions: write
contents: read

jobs:
loading:
name: Loading only - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
Expand All @@ -27,11 +31,12 @@ jobs:
- os: ubuntu-latest # covered in "tests" job
arch: x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: |
julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
- uses: julia-actions/julia-buildpkg@v1
Expand All @@ -54,11 +59,12 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: |
julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
- uses: julia-actions/julia-buildpkg@v1
Expand All @@ -75,9 +81,10 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: sudo apt-get install xvfb && Xvfb :99 &
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
with:
version: '1'
- run: |
Expand Down
2 changes: 1 addition & 1 deletion cimgui-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ related packages:

The versions have been picked so that they're all compatible with each other,
i.e. matching the latest ImGui version. The currently supported ImGui version
is: [*v1.89.4*](https://github.com/ocornut/imgui/releases/tag/v1.89.4).
is: [*v1.90.8*](https://github.com/ocornut/imgui/releases/tag/v1.90.8).

This repo is used directly by:
- [CImGuiPack](https://github.com/JuliaPackaging/Yggdrasil/tree/master/C/CImGuiPack)
Expand Down
2 changes: 1 addition & 1 deletion cimgui-pack/cimnodes
Submodule cimnodes updated 2 files
+1 −1 .gitmodules
+1 −1 imnodes

0 comments on commit 6e9dc13

Please sign in to comment.