Skip to content

Commit

Permalink
Fix nightly (remove vek's simd feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Sep 21, 2024
1 parent bc1bec4 commit c57cac9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
51 changes: 33 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
thunderdome = "0.6.1"
time = { version = "0.3.36", features = ["formatting"] }
vek = "0.17.0"
vek = { version = "0.17.0", default-features = false, features = ["std"] }

[dependencies.image]
# Dependency of macroquad with added "bmp" feature so we can load RecWar's original assets.
Expand Down

0 comments on commit c57cac9

Please sign in to comment.