mirror of
https://github.com/bevyengine/bevy
synced 2025-01-04 17:28:56 +00:00
00be5d083e
make Draw, TextStyle, and the rest of the ui components derive clone
2 lines
36 B
Rust
2 lines
36 B
Rust
#[derive(Clone)]
|
|
pub struct Button;
|