bevy/crates/bevy_ui/src/widget/button.rs
Hugo Lindsay 00be5d083e
UI component bundles derive clone (#390)
make Draw, TextStyle, and the rest of the ui components derive clone
2020-08-29 16:49:39 -07:00

2 lines
36 B
Rust

#[derive(Clone)]
pub struct Button;