Registry / other / bevy-internal

bevy-internal

JSON →
library0.18.1rscratesunverified

Internal Bevy crate enabling optional dynamic linking via the 'dynamic_linking' feature.

# Cargo.toml [dependencies] bevy_internal = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-INTERNAL
B
bevy-internal
otherrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use bevy_internal::prelude::*;

Starts a minimal Bevy application using the internal crate.

use bevy_internal::prelude::*; fn main() { App::new().run(); }
Debug
Known issues
gotchaThis is an internal crate; use `bevy` instead for normal usage.
fix
Replace `bevy_internal` with `bevy` in your Cargo.toml and imports.
affects: >=0.18.0
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
Amazon
1
OpenAI (training)
1
Resources
bevy-internal — cargo add bevy-internal · libregistry