Now that we chose the cuicui crates we need, time to use them.
For illustration, we assume that we went with cuicui_layout_bevy_ui
.
Adding the selected crates
[dependencies]
cuicui_layout_bevy_ui = "0.12.0"
cuicui_layout = "0.12.0"
cuicui_dsl = "0.12.0"
Using the cuicui crates
That’s it! You are now using cuicui_layout
, congratulations!
Check the next chapters for actual rust code!