Skip to content

Commit

Permalink
UI Refresh + Feature additions
Browse files Browse the repository at this point in the history
Merges #73
  • Loading branch information
MyBlackMIDIScore authored Oct 16, 2024
2 parents c84dff9 + cf47173 commit d0e0067
Show file tree
Hide file tree
Showing 73 changed files with 7,255 additions and 2,750 deletions.
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
matrix:
target:
- name: x86_64-unknown-linux-gnu
arch: x64
arch: x86_64
# - name: x86_64-unknown-linux-musl
# arch: x64-musl
- name: aarch64-unknown-linux-gnu
arch: arm64
arch: aarch64
# - name: aarch64-unknown-linux-musl
# arch: arm64-musl

Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
matrix:
target:
- name: x86_64-apple-darwin
arch: x86
arch: x86_64
- name: aarch64-apple-darwin
arch: arm64
arch: aarch64

steps:
- name: Checkout repository
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
strategy:
matrix:
target:
# - name: i686-pc-windows-msvc
# arch: x86
- name: x86_64-pc-windows-msvc
arch: x64
arch: x86_64
- name: aarch64-pc-windows-msvc
arch: aarch64

steps:
- name: Checkout repository
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/target
wasabi_config.toml
.direnv
.vscode
.vscode
.envrc
shell.nix
Loading

0 comments on commit d0e0067

Please sign in to comment.