Skip to content

Commit

Permalink
feat: make 'std' feature explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Feb 20, 2022
1 parent 4f2208d commit 6a69a48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -10,6 +10,10 @@ repository = "https://github.com/jcornaz/bvh-arena"
keywords = ["bvh", "sah", "bounding", "volume", "aabb"]
categories = ["game-development"]

[features]
default = ["std"]
std = ["slotmap/std"]

[dependencies]
# Private dependencies:
slotmap = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 6a69a48

Please sign in to comment.