Crates.io | bevy_ui_inspector |
lib.rs | bevy_ui_inspector |
version | 0.2.1 |
source | src |
created_at | 2024-10-15 13:39:52.228413 |
updated_at | 2024-10-25 10:50:06.360854 |
description | A tool for inspecting bevy ui |
homepage | |
repository | https://github.com/mahulst/bevy_ui_inspector |
max_upload_size | |
id | 1409464 |
size | 6,399,389 |
A tool that tries to do what the html / css tools in the chrome dev tools do.
App::new()
.add_plugins((
DefaultPlugins,
UiInpector,
))
.run()