Wrapping up bedrock implementation
This commit is contained in:
@@ -4,8 +4,6 @@ use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
|
||||
use chrono::Utc;
|
||||
use itertools::Itertools as _;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use galaxy_core::context_flag::ContextFlag;
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxyui::elements::{
|
||||
@@ -21,6 +19,8 @@ use galaxyui::{
|
||||
AppContext, Element, Entity, FocusContext, ModelHandle, SingletonEntity, TypedActionView,
|
||||
ViewContext, ViewHandle,
|
||||
};
|
||||
use itertools::Itertools as _;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
|
||||
use super::super::palette_styles as styles;
|
||||
use crate::appearance::Appearance;
|
||||
|
||||
Reference in New Issue
Block a user