From d4fe7977c78bbf6eb8a19b85d94d4b01161dafa0 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Tue, 13 Jul 2021 03:14:29 +0800 Subject: Use the parry2d in the crate imports --- svgbob/src/buffer/fragment_buffer/fragment/rect.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svgbob/src/buffer/fragment_buffer/fragment/rect.rs') diff --git a/svgbob/src/buffer/fragment_buffer/fragment/rect.rs b/svgbob/src/buffer/fragment_buffer/fragment/rect.rs index 0978bf4..7210c4a 100644 --- a/svgbob/src/buffer/fragment_buffer/fragment/rect.rs +++ b/svgbob/src/buffer/fragment_buffer/fragment/rect.rs @@ -1,6 +1,6 @@ use crate::{fragment::Bounds, util, Cell, Point}; -use ncollide2d::shape::ConvexPolygon; -use ncollide2d::shape::{Polyline, Segment, Shape}; +use parry2d::shape::ConvexPolygon; +use parry2d::shape::{Polyline, Segment, Shape}; use sauron::{ html::attributes::*, svg::{attributes::*, *}, -- cgit v1.2.3