We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2110597 commit 2451112Copy full SHA for 2451112
examples/no_std/library/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "no_std_library"
3
version = "0.1.0"
4
edition = "2024"
5
+publish = false
6
7
# Normally we'd put all dependencies in [dependencies], but this syntax is easier to document
8
[dependencies.bevy]
tools/export-content/Cargo.toml
name = "export-content"
[dependencies]
miette = { version = "7.6.0", features = ["fancy"] }
0 commit comments