Skip to content

Commit

Permalink
set build requirements 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 11, 2024
1 parent bf10f84 commit 17ea87a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/serial-monitor-rust/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ build:
requirements:
build:
- ${{ compiler('rust') }}
- ${{ stdlib('c') }}
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- cargo-bundle-licenses
host:
- pkg-config
run:
- if: linux
then:
libudev

about:
repository: https://github.com/hacknus/serial-monitor-rust
Expand Down

0 comments on commit 17ea87a

Please sign in to comment.