Crates.io | bevy_http |
lib.rs | bevy_http |
version | 0.2.0 |
source | src |
created_at | 2023-11-15 04:22:44.697628 |
updated_at | 2023-11-15 04:36:51.249258 |
description | Bevy HTTP asset loader plugin |
homepage | |
repository | https://github.com/lizelive/bevy_http |
max_upload_size | |
id | 1036139 |
size | 12,957 |
adds the ability to load assets from http and https urls
working on merging into bevy
fn setup(mut state: ResMut<State>, asset_server: Res<AssetServer>) {
state.handle = asset_server.load("remote://icon.png");
}