Skip to content

Commit

Permalink
fix: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
enfipy committed Feb 27, 2024
1 parent 4f4ba68 commit 5005f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Check the format
run: |
cd crossbundle/cli/
cargo +nightly fmt --all -- --check
cargo fmt --all -- --check
- name: Run clippy
run: |
cd crossbundle/cli/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ edition = "2021"
[dependencies]
crossbow = { git = "https://github.com/dodorare/crossbow" }
anyhow = "1.0"
macroquad = "=0.3.7"
[patch.crates-io]
miniquad = { git = "https://github.com/not-fl3/miniquad", rev = "d67ffe6950cf73df307e2d23aaa4726f14399985" }
macroquad = "0.4.5"
[package.metadata.android]
app_wrapper = "quad"
Expand Down

0 comments on commit 5005f05

Please sign in to comment.