Wrapping up bedrock implementation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
use galaxyui::Entity;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(
|
||||
Debug,
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
use std::{marker::PhantomData, rc::Rc};
|
||||
|
||||
use markdown_parser::{
|
||||
FormattedText, FormattedTextFragment, FormattedTextInline, FormattedTextLine,
|
||||
};
|
||||
use galaxyui::elements::HyperlinkLens;
|
||||
use galaxyui::{
|
||||
elements::{
|
||||
@@ -18,6 +15,9 @@ use galaxyui::{
|
||||
Action, AppContext, Element, Entity, EventContext, SingletonEntity, TypedActionView, View,
|
||||
ViewContext,
|
||||
};
|
||||
use markdown_parser::{
|
||||
FormattedText, FormattedTextFragment, FormattedTextInline, FormattedTextLine,
|
||||
};
|
||||
|
||||
use crate::{appearance::Appearance, ui_components::icons::Icon};
|
||||
use pathfinder_geometry::vector::Vector2F;
|
||||
|
||||
Reference in New Issue
Block a user