Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions examples/vello_editor/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ use web_time::Instant;

use accesskit::{Node, TreeUpdate};
use core::default::Default;
use parley::{GenericFamily, StyleProperty, editor::SplitString, layout::PositionedLayoutItem};
use parley::editing::SplitString;
use parley::layout::PositionedLayoutItem;
use parley::{GenericFamily, StyleProperty};
use std::time::Duration;
use ui_events::pointer::PointerButton;
use ui_events::{
Expand All @@ -23,7 +25,7 @@ use vello::{
};
use winit::event::{Ime, WindowEvent};

pub use parley::layout::editor::Generation;
pub use parley::editing::Generation;
use parley::{FontContext, LayoutContext, PlainEditor, PlainEditorDriver};

use crate::access_ids::next_node_id;
Expand Down
Loading
Loading