1 2 3 4 5
use bevy::prelude::*; #[derive(Component, Clone, Debug)] #[component(immutable)] pub struct Url(pub String);