Skip to content

Commit

Permalink
Enable bytemuck feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgePhD committed Apr 16, 2023
1 parent 860cb9b commit 381e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wonnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [

[dependencies]
wgpu = "0.14.0"
bytemuck = "1.9.1"
bytemuck = { version = "1.9.1", features = ["extern_crate_alloc"] }
protobuf = { version = "2.27.1", features = ["with-bytes"] }
log = "0.4.17"
tera = { version = "1.15.0", default-features = false }
Expand Down

0 comments on commit 381e148

Please sign in to comment.