Compare commits
1 Commits
7e257fd042
...
4981bd739a
| Author | SHA1 | Date | |
|---|---|---|---|
| 4981bd739a |
@@ -1,7 +1,7 @@
|
|||||||
use std::marker::{PhantomData, Sized};
|
use std::marker::{PhantomData, Sized};
|
||||||
|
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
use cosmic_text::{Attrs, Family, Metrics, Shaping};
|
use cosmic_text::{Attrs, Family, Metrics};
|
||||||
|
|
||||||
pub trait TextBuilderOutput: Sized {
|
pub trait TextBuilderOutput: Sized {
|
||||||
type Output;
|
type Output;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
use std::ops::{Deref, DerefMut};
|
use std::ops::{Deref, DerefMut};
|
||||||
|
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
use cosmic_text::{Affinity, Attrs, Cursor, FontSystem, Motion, Shaping};
|
use cosmic_text::{Affinity, Attrs, Cursor, FontSystem, Motion};
|
||||||
use unicode_segmentation::UnicodeSegmentation;
|
use unicode_segmentation::UnicodeSegmentation;
|
||||||
use winit::{
|
use winit::{
|
||||||
event::KeyEvent,
|
event::KeyEvent,
|
||||||
|
|||||||
Reference in New Issue
Block a user