summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2019-11-14 06:47:43 +0100
committerLibravatar GitHub <noreply@github.com>2019-11-14 06:47:43 +0100
commita16dab9cf2e27cb933cc91383ca79ba8e188c4c2 (patch)
treedb844c70cc8fbd2f48b175e97bde50866641a1b4 /native
parentbc8d347736ec997ec0e0c401289e2bc09e212b8a (diff)
parent6857829dc3171fd68065498b6cd29f0ef02a8d43 (diff)
downloadiced-a16dab9cf2e27cb933cc91383ca79ba8e188c4c2.tar.gz
iced-a16dab9cf2e27cb933cc91383ca79ba8e188c4c2.tar.bz2
iced-a16dab9cf2e27cb933cc91383ca79ba8e188c4c2.zip
Merge pull request #54 from hecrj/feature/external-fonts
Custom font support
Diffstat (limited to '')
-rw-r--r--native/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index a091059e..7e55064c 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -216,7 +216,7 @@ mod size;
mod user_interface;
pub use iced_core::{
- Align, Background, Color, Length, Point, Rectangle, Vector,
+ Align, Background, Color, Font, Length, Point, Rectangle, Vector,
};
pub use element::Element;