Skip to content

Commit 8074167

Browse files
enable std when building bevy_dylib
Co-Authored-By: Zachary Harrold <zac@harrold.com.au>
1 parent a24691a commit 8074167

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/bevy_dylib/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ keywords = ["bevy"]
1212
crate-type = ["dylib"]
1313

1414
[dependencies]
15-
bevy_internal = { path = "../bevy_internal", version = "0.16.0-dev", default-features = false }
15+
bevy_internal = { path = "../bevy_internal", version = "0.16.0-dev", default-features = false, features = [
16+
"std",
17+
] }
1618

1719
[lints]
1820
workspace = true

0 commit comments

Comments
 (0)