Skip to content

Commit 948c762

Browse files
committed
Add back Box use
1 parent e199e4d commit 948c762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/font/system.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use crate::{Attrs, Font, FontMatchAttrs, HashMap, ShapeBuffer};
22
use alloc::collections::BTreeSet;
3+
use alloc::boxed::Box;
34
use alloc::string::String;
45
use alloc::sync::Arc;
56
use alloc::vec::Vec;

0 commit comments

Comments
 (0)