Skip to content

Commit

Permalink
Merge pull request #23 from ardura/1.3.1_dev
Browse files Browse the repository at this point in the history
Related to #20 and #21 and possibly #13
  • Loading branch information
ardura committed May 1, 2024
2 parents 7b91aa1 + 59ed816 commit c8441fb
Show file tree
Hide file tree
Showing 8 changed files with 2,311 additions and 449 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ConorMacBride/install-package@v1.1.0
with:
# Packages to install with apt on Linux
apt: libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxkbcommon-x11-dev libatk1.0-dev build-essential libgtk-3-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev
apt: libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxkbcommon-x11-dev libatk1.0-dev build-essential libgtk-3-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev librust-alsa-sys-dev libasound2-dev libjack-dev
- uses: actions/checkout@v3
- name: Run bundler
run: cargo xtask bundle scrollscope --profile release
Expand All @@ -56,5 +56,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: windows_build
path: target/bundled/scrollscope.vst3
path: target/bundled/*
if-no-files-found: warn
Loading

0 comments on commit c8441fb

Please sign in to comment.