bevy_material_ui 0.2.7

Material Design 3 UI components for Bevy game engine
Documentation
1
2
3
4
5
6
// This wrapper exists so the rest of the crate can `use crate::icons_embedded::...`
// without referencing OUT_DIR paths.

#![allow(non_upper_case_globals)]

include!(concat!(env!("OUT_DIR"), "/material_design_icons.rs"));