Skip to content

Commit

Permalink
Add VariablePeakBrightness trait and tool plot subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Mar 3, 2023
1 parent 478be3d commit 4894090
Show file tree
Hide file tree
Showing 15 changed files with 1,159 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: matrix.build == 'Linux'
run: |
rustup target add ${{ env.LINUX_TARGET }}
cargo build --release --target ${{ env.LINUX_TARGET }}
cargo build --release --target ${{ env.LINUX_TARGET }} --no-default-features --features internal-font
- name: Build (macOS)
if: matrix.build == 'macOS'
Expand Down
Loading

0 comments on commit 4894090

Please sign in to comment.