[librsvg/librsvg-2.48] rsvg_internals: export the Rect type along with IRect
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.48] rsvg_internals: export the Rect type along with IRect
- Date: Wed, 29 Apr 2020 18:05:36 +0000 (UTC)
commit f10cf618c1847b083872283a0a059c5dc0667c8b
Author: Federico Mena Quintero <federico gnome org>
Date: Fri Apr 24 18:47:38 2020 -0500
rsvg_internals: export the Rect type along with IRect
rsvg_internals/src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rsvg_internals/src/lib.rs b/rsvg_internals/src/lib.rs
index e72566fe..50a55007 100644
--- a/rsvg_internals/src/lib.rs
+++ b/rsvg_internals/src/lib.rs
@@ -53,7 +53,7 @@ pub use crate::length::{Length, LengthUnit, RsvgLength};
pub use crate::parsers::Parse;
-pub use crate::rect::IRect;
+pub use crate::rect::{IRect, Rect};
pub use crate::structure::IntrinsicDimensions;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]