Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#[cfg(native)]
|
||||
#[cfg_attr(not(macos), allow(dead_code))]
|
||||
pub mod font_kit;
|
||||
|
||||
#[cfg(test)]
|
||||
#[path = "text_layout_test.rs"]
|
||||
mod text_layout_tests;
|
||||
|
||||
pub use galaxyui_core::fonts::*;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) use text_layout_tests::{collect_glyph_indices, init_fonts};
|
||||
|
||||
#[cfg(all(test, target_os = "macos"))]
|
||||
pub(crate) use text_layout_tests::collect_line_caret_position_starts;
|
||||
Reference in New Issue
Block a user