Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+2 -2
View File
@@ -13,8 +13,6 @@ use crate::{
model::{BlockItem, test_utils::TEST_STYLES},
},
};
use std::path::Path;
use string_offset::CharOffset;
use galaxy_core::features::FeatureFlag;
use galaxyui::{
App, SingletonEntity,
@@ -23,6 +21,8 @@ use galaxyui::{
image_cache::ImageType,
text_layout::{LayoutCache, StyleAndFont, TextStyle},
};
use std::path::Path;
use string_offset::CharOffset;
#[test]
fn test_highlight_urls() {