This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2025-01-06 18:28:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3bc5e4cb1e
bevy
/
crates
/
bevy_ui
/
src
/
widget
/
button.rs
3 lines
36 B
Rust
Raw
Normal View
History
Unescape
Escape
UI component bundles derive clone (#390) make Draw, TextStyle, and the rest of the ui components derive clone
2020-08-29 23:49:39 +00:00
#[
derive(Clone)
]
cargo fmt
2020-07-26 19:10:18 +00:00
pub
struct
Button
;
Reference in a new issue
Copy permalink