Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -29,12 +29,12 @@ use std::{
|
||||
use num_traits::SaturatingSub;
|
||||
use string_offset::{ByteOffset, CharOffset};
|
||||
use vec1::{vec1, Vec1};
|
||||
use warpui::{
|
||||
use galaxyui::{
|
||||
accessibility::{AccessibilityContent, WarpA11yRole},
|
||||
text_layout::TextStyle,
|
||||
AppContext, Entity, ModelAsRef, ModelContext, ModelHandle,
|
||||
};
|
||||
use warpui::{
|
||||
use galaxyui::{
|
||||
text::{point::Point, word_boundaries::WordBoundariesPolicy, TextBuffer},
|
||||
SingletonEntity,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user