Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use num_traits::SaturatingSub;
|
||||
use std::ops::Range;
|
||||
use vec1::Vec1;
|
||||
use warpui::{AppContext, Entity, ModelAsRef, ModelContext, ModelHandle, units::Pixels};
|
||||
use galaxyui::{AppContext, Entity, ModelAsRef, ModelContext, ModelHandle, units::Pixels};
|
||||
|
||||
use crate::{
|
||||
content::{
|
||||
@@ -16,7 +16,7 @@ use crate::{
|
||||
render::model::{RenderState, SoftWrapPoint},
|
||||
};
|
||||
use string_offset::CharOffset;
|
||||
use warpui::text::{TextBuffer, point::Point, word_boundaries::WordBoundariesPolicy};
|
||||
use galaxyui::text::{TextBuffer, point::Point, word_boundaries::WordBoundariesPolicy};
|
||||
|
||||
#[cfg(test)]
|
||||
#[path = "selection_tests.rs"]
|
||||
|
||||
Reference in New Issue
Block a user