Registry / other / bevy-embedded-assets

bevy-embedded-assets

JSON →
library0.15.0rscratesunverified

A Bevy plugin to embed assets in your game

# Cargo.toml [dependencies] bevy_embedded_assets = "0.15.0"
INSTALL
IMPORT
SIG · BEVY-EMBEDDED-ASSE
B
bevy-embedded-assets
otherrustv0.15.0
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.

EmbeddedAssetPlugin
use bevy_embedded_assets::EmbeddedAssetPlugin;

Add the embedded asset plugin to a Bevy app

use bevy_embedded_assets::EmbeddedAssetPlugin; fn main() { App::new() .add_plugins(EmbeddedAssetPlugin) .run(); }
Debug
Known issues
breakingRequires Bevy 0.15 or later
fix
Update Bevy to version 0.15+
affects: <0.15.0
Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Meta
2
Amazon
1
OpenAI (training)
1
Resources
bevy-embedded-assets — cargo add bevy-embedded-assets · libregistry