You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ common_api = [
222
222
# COLLECTION: Features used to build 2D Bevy apps (does not include a render backend). You generally don't need to worry about this unless you are using a custom renderer.
223
223
2d_api = ["common_api", "bevy_sprite"]
224
224
225
-
# COLLECTION: Bevy's built-in 2D renderer, built on top of `bevy_render`
225
+
# COLLECTION: Bevy's built-in 2D renderer, built on top of `bevy_render`.
226
226
2d_bevy_render = [
227
227
"2d_api",
228
228
"bevy_render",
@@ -245,7 +245,7 @@ common_api = [
245
245
"zstd_rust",
246
246
]
247
247
248
-
# COLLECTION: Bevy's built-in 3D renderer, built on top of `bevy_render`
248
+
# COLLECTION: Bevy's built-in 3D renderer, built on top of `bevy_render`.
249
249
3d_bevy_render = [
250
250
"3d_api",
251
251
"bevy_render",
@@ -261,7 +261,7 @@ common_api = [
261
261
# COLLECTION: Features used to build UI Bevy apps (does not include a render backend). You generally don't need to worry about this unless you are using a custom renderer.
262
262
ui_api = ["default_app", "common_api", "bevy_ui"]
263
263
264
-
# COLLECTION: Bevy's built-in UI renderer, built on top of `bevy_render`
264
+
# COLLECTION: Bevy's built-in UI renderer, built on top of `bevy_render`.
0 commit comments