diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-05-28 12:44:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-05-28 12:46:43 +0200 |
| commit | 0bfee5b7772338fd39bbf708d3e31ea7bcec859b (patch) | |
| tree | 5f76c7d0529d6c089e8e3383356692dfce09cffb /src/layout/frame.rs | |
| parent | eabf28f08187bd9a10bbadbbaf9617e2bc1949aa (diff) | |
Refactored loading and cache architecture
Diffstat (limited to 'src/layout/frame.rs')
| -rw-r--r-- | src/layout/frame.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/frame.rs b/src/layout/frame.rs index 61a84d6d..6cecc7a3 100644 --- a/src/layout/frame.rs +++ b/src/layout/frame.rs @@ -1,6 +1,7 @@ use crate::color::Color; -use crate::env::{FaceId, ImageId}; +use crate::font::FaceId; use crate::geom::{Length, Path, Point, Size}; +use crate::image::ImageId; use serde::{Deserialize, Serialize}; |
