Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -11,10 +11,10 @@ use pathfinder_color::ColorU;
|
||||
use std::collections::HashMap;
|
||||
use std::ops::Neg;
|
||||
use std::ops::RangeInclusive;
|
||||
use warpui::fonts::{FamilyId, Properties, Weight};
|
||||
use warpui::geometry::rect::RectF;
|
||||
use warpui::geometry::vector::{vec2f, Vector2F};
|
||||
use warpui::{AppContext, Element, EntityId, PaintContext};
|
||||
use galaxyui::fonts::{FamilyId, Properties, Weight};
|
||||
use galaxyui::geometry::rect::RectF;
|
||||
use galaxyui::geometry::vector::{vec2f, Vector2F};
|
||||
use galaxyui::{AppContext, Element, EntityId, PaintContext};
|
||||
|
||||
use super::model::ansi::{CursorShape, CursorStyle};
|
||||
use super::model::grid::RespectDisplayedOutput;
|
||||
|
||||
Reference in New Issue
Block a user