Skip to content

Commit

Permalink
Use render feature at the very least.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Jan 8, 2022
1 parent 1a8aedf commit a1255a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = []
atlas = []

[dependencies]
bevy = { version = "0.6", default-features = false }
bevy = { version = "0.6", default-features = false, features=["render"] }
morton-encoding = "2.0"
log = "0.4"
regex = "1.5.4"
Expand Down

0 comments on commit a1255a7

Please sign in to comment.