Docs.rs
pebble-engine-3.1.2
pebble-engine 3.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
21 August 2026
Links
Repository
crates.io
Source
Owners
Akihiro120
Dependencies
bytemuck ^1.25.2
normal
encase ^0.12
normal
futures ^0.3
normal
glam ^0.32
normal
half ^2.4
normal
hecs ^0.11.0
normal
image ^0.25.10
normal
oneshot ^0.2.1
normal
pebble-derive ^2.7.3
normal
slotmap ^1.1.1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3.23
normal
web-time ^1.1
normal
wgpu ^30.0.0
normal
winit ^0.30
normal
winit_input_helper ^0.17
normal
pollster ^1.0.1
normal
wasm-bindgen-futures ^0.4
normal
Versions
25.27%
of the crate is documented
Platform
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
Skip to main content
Module plugin
pebble
3.1.2
Module plugin
Module Items
Traits
In pebble::
ecs
pebble
::
ecs
Module
plugin
Copy item path
Source
Traits
§
Plugin
A composable unit of app setup — insert resources, register systems, or add further plugins. Also implemented for any
FnOnce(App) -> App
, so a plain closure works as a plugin without a named type.