Docs.rs
bevy_app-0.17.2
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_app 0.17.2
Provides core App functionality for Bevy Engine
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
100
out of
100
items documented
10
out of
11
items with examples
Size
Source code size: 249.41 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 36.46 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
bevyengine/bevy
42560
4167
2458
crates.io
Dependencies
bevy_derive ^0.17.2
normal
bevy_ecs ^0.17.2
normal
bevy_platform ^0.17.2
normal
bevy_reflect ^0.17.2
normal
optional
bevy_tasks ^0.17.2
normal
bevy_utils ^0.17.2
normal
cfg-if ^1.0.0
normal
crossbeam-channel ^0.5.0
normal
optional
dioxus-devtools ^0.7.0-alpha.1
normal
optional
downcast-rs ^2
normal
log ^0.4
normal
thiserror ^2
normal
tracing ^0.1
normal
optional
variadics_please ^1.1
normal
crossbeam-channel ^0.5.0
dev
ctrlc ^3.4.4
normal
optional
console_error_panic_hook ^0.1.6
normal
optional
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
Versions
0.17.2
(2025-10-04)
0.17.1
(2025-10-01)
0.17.0
(2025-09-30)
0.17.0-rc.2
(2025-09-21)
0.17.0-rc.1
(2025-09-12)
0.16.1
(2025-05-30)
0.16.0
(2025-04-24)
0.16.0-rc.5
(2025-04-15)
0.16.0-rc.4
(2025-04-11)
0.16.0-rc.3
(2025-03-31)
0.16.0-rc.2
(2025-03-26)
0.16.0-rc.1
(2025-03-18)
0.15.3
(2025-02-24)
0.15.2
(2025-02-06)
0.15.1
(2025-01-03)
0.15.0
(2024-11-29)
0.15.0-rc.3
(2024-11-05)
0.15.0-rc.2
(2024-10-27)
0.15.0-rc.1
(2024-10-22)
0.14.2
(2024-09-06)
0.14.1
(2024-08-02)
0.14.0
(2024-07-04)
0.14.0-rc.4
(2024-06-27)
0.14.0-rc.3
(2024-06-16)
0.14.0-rc.2
(2024-06-06)
0.14.0-rc.1
(2024-06-06)
0.13.2
(2024-04-04)
0.13.1
(2024-03-18)
0.13.0
(2024-02-17)
0.12.1
(2023-11-30)
0.12.0
(2023-11-04)
0.11.3
(2023-09-27)
0.11.2
(2023-08-18)
0.11.1
(2023-08-14)
0.11.0
(2023-07-09)
0.10.1
(2023-03-31)
0.10.0
(2023-03-06)
0.9.1
(2022-12-01)
0.9.0
(2022-11-12)
0.8.1
(2022-08-23)
0.8.0
(2022-07-30)
0.7.0
(2022-04-15)
0.6.0
(2022-01-08)
0.5.0
(2021-04-06)
0.4.0
(2020-12-19)
0.3.0
(2020-11-03)
0.2.1
(2020-09-20)
0.2.0
(2020-09-19)
0.1.3
(2020-08-22)
0.1.0
(2020-08-10)
Owners
Bevy App
This crate is about everything concerning the highest-level, application layer of a
Bevy
app.