Skip to content

Commit

Permalink
Added simd support
Browse files Browse the repository at this point in the history
  • Loading branch information
zX3no committed Jan 11, 2024
1 parent 98adfe7 commit 4cbfd31
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions gonk_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ symphonia = { git = "https://github.com/pdeljanov/Symphonia", default-features =
"mp3",
"ogg",
"vorbis",
"opt-simd"
] }
winwalk = "0.2.2"

Expand Down
1 change: 1 addition & 0 deletions gonk_player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ symphonia = { git = "https://github.com/pdeljanov/Symphonia", default-features =
"mp3",
"ogg",
"vorbis",
"opt-simd"
] }

[target.'cfg(windows)'.dependencies.makepad-windows]
Expand Down

0 comments on commit 4cbfd31

Please sign in to comment.