Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+15
View File
@@ -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;