Skip to content

Commit

Permalink
Merge pull request #2 from cyrinux/feat/use-input-lib
Browse files Browse the repository at this point in the history
feat/use input lib
  • Loading branch information
cyrinux authored Oct 29, 2023
2 parents 41650c2 + b47f4d6 commit de66413
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libxi-dev libxtst-dev libpulse-dev
run: sudo apt-get update && sudo apt-get install -y libxi-dev libudev-dev libxtst-dev libpulse-dev libxkbcommon-dev libinput-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
255 changes: 65 additions & 190 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de66413

Please sign in to comment.