Docs.rs
bevy-0.6.0
bevy 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
bevy_dylib ^0.6.0
normal
bevy_internal ^0.6.0
normal
anyhow ^1.0.4
dev
bytemuck ^1.7
dev
futures-lite ^1.11.3
dev
rand ^0.8.0
dev
ron ^0.7.0
dev
serde ^1
dev
bevy_internal ^0.6.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait Resource
Implementors
Other items in
bevy
::
ecs
::
system
?
Trait
bevy
::
ecs
::
system
::
Resource
[
−
]
pub trait Resource: 'static +
Send
+
Sync
{ }
Implementors
impl<T>
Resource
for T
where
T: 'static +
Send
+
Sync
,