Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
fix comment typo in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Dec 14, 2020
1 parent cbd9e18 commit b5b08de
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 @@ -13,7 +13,7 @@ features = ["glam", "image", "lz4", "mesh", "mint", "nalgebra", "ncollide", "pro

[features]
# All features (except "snappy") are default because we want them to be easily discoverable on docs.rs. You can define your own
# list of features by disabling the defaults with "no-default-features".
# list of features by disabling the defaults with "default-features = false".
#
# "snappy" is excluded because there are useful type aliases that rely on the compression backends being mutually exclusive.
default = ["glam", "image", "lz4", "mesh", "mint", "nalgebra", "ncollide", "procgen", "search", "vox"]
Expand Down

0 comments on commit b5b08de

Please sign in to comment.