Update job
This commit is contained in:
parent
d5b91a50c9
commit
aa1030f143
|
|
@ -16,8 +16,10 @@ jobs:
|
||||||
build-unix:
|
build-unix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dep
|
- name: Update Ubuntu
|
||||||
run: sudo apt-get install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev
|
run: sudo apt install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apt install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev
|
||||||
- run: rustup toolchain install stable --profile minimal
|
- run: rustup toolchain install stable --profile minimal
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
# [0.2.0]
|
||||||
|
- Update egui to 0.21 version
|
||||||
|
- Initial macOS support
|
||||||
|
|
||||||
|
# [0.1.0]
|
||||||
|
|
||||||
|
- Initial version
|
||||||
Loading…
Reference in New Issue