Skip to content

Commit

Permalink
Update Docs (#4)
Browse files Browse the repository at this point in the history
* move to workspace style

* update imports

* update names

* fix tests

* update docs

* add the lockfile
x
  • Loading branch information
zachcp authored Oct 24, 2024
1 parent 0c7ab09 commit 43a752e
Show file tree
Hide file tree
Showing 33 changed files with 5,647 additions and 276 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Install ALSA development package
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Configure cache
uses: Swatinem/rust-cache@v2
- name: Set up Quarto
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Install ALSA development package
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Configure cache
uses: Swatinem/rust-cache@v2
- name: Run tests
Expand Down
Loading

0 comments on commit 43a752e

Please sign in to comment.