Skip to content

Commit

Permalink
add missing Bootstrap to icons.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 8, 2024
1 parent 1f232db commit 001c4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cfg_if! {
pub const SF_UI_ROUNDED: iced::Font = iced::Font::with_name(".SF UI Rounded");
} else {
pub mod required;
pub use required::Bootstrap;
// pub use required::{Bootstrap, icon_to_char, icon_to_string};
/// The default icon font bytes for loading the font into iced.
pub const BOOTSTRAP_FONT_BYTES: &[u8] = include_bytes!("./fonts/required-icons.ttf");
Expand Down

0 comments on commit 001c4cf

Please sign in to comment.