Crate beet_core

Source

Modules§

as_beet
bevy_utils
exports
node
prelude

Macros§

bevybail
A bevy version of anyhow::bail!.
bevyhow
A bevy version of anyhow::anyhow!.

Derive Macros§

ImplBundle
Implement [Bundle] for a struct that implements [BundleEffect].
Sendit
Creates a SendWrapper newtype that implements Send for a struct or enum.
ToTokens
Implements TokenizeSelf for a struct or enum. All fields must also implement TokenizeSelf, please open a pr if you want to add support for a type.