Skip to content

Commit fee9dd5

Browse files
authored
Update to egui 0.31 (#22)
1 parent a14439e commit fee9dd5

File tree

4 files changed

+205
-118
lines changed

4 files changed

+205
-118
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install packages (Linux)
2929
if: runner.os == 'Linux'
30-
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
30+
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
3131
with:
3232
# some deps used by eframe, if that is part of the project
3333
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev # libgtk-3-dev is used by rfd

0 commit comments

Comments
 (0)