Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -14,8 +14,8 @@ use rangemap::RangeSet;
|
||||
use rayon::iter::{IndexedParallelIterator, IntoParallelIterator, ParallelIterator};
|
||||
use urlocator::{UrlLocation, UrlLocator};
|
||||
use vec1::Vec1;
|
||||
use warp_core::{features::FeatureFlag, ui::theme::Fill as ThemeFill};
|
||||
use warpui::{
|
||||
use galaxy_core::{features::FeatureFlag, ui::theme::Fill as ThemeFill};
|
||||
use galaxyui::{
|
||||
AppContext,
|
||||
assets::asset_cache::AssetSource,
|
||||
fonts::Weight,
|
||||
@@ -39,7 +39,7 @@ use crate::{
|
||||
},
|
||||
};
|
||||
use string_offset::{ByteOffset, CharOffset};
|
||||
use warpui::text::char_slice;
|
||||
use galaxyui::text::char_slice;
|
||||
|
||||
use super::{
|
||||
buffer::{StyledBufferBlock, StyledBufferRun, StyledTextBlock},
|
||||
|
||||
Reference in New Issue
Block a user