Skip to content

Commit

Permalink
Fix accidental cross feature being enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Apr 5, 2021
1 parent 99e75ef commit 2a93d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/metal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = "../../.."
edition = "2018"

[features]
default = ["cross"] #TEMP
default = []
signpost = []
cross = ["spirv_cross", "auxil", "naga/spv-out"]

Expand Down

0 comments on commit 2a93d52

Please sign in to comment.