diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1082eba..34b0893 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,8 +16,10 @@ jobs: build-unix: runs-on: ubuntu-latest steps: - - name: Install dep - run: sudo apt-get install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev + - name: Update Ubuntu + 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 - uses: Swatinem/rust-cache@v2 with: diff --git a/rusty_hub_egui/CHANGELOG.md b/rusty_hub_egui/CHANGELOG.md new file mode 100644 index 0000000..c98190c --- /dev/null +++ b/rusty_hub_egui/CHANGELOG.md @@ -0,0 +1,7 @@ +# [0.2.0] +- Update egui to 0.21 version +- Initial macOS support + +# [0.1.0] + +- Initial version \ No newline at end of file