bevy_request 0.1.0-alpha.0

A HTTP client library for bevy
Documentation
1
2
3
4
5
use bevy::prelude::*;

#[derive(Component, Clone, Debug)]
#[component(immutable)]
pub struct Url(pub String);