summaryrefslogtreecommitdiffstats
path: root/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/buffer/fragment_buffer/fragment/arc.rs')
-rw-r--r--svgbob/src/buffer/fragment_buffer/fragment/arc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob/src/buffer/fragment_buffer/fragment/arc.rs b/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
index 5d7963e..dd9c81b 100644
--- a/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
+++ b/svgbob/src/buffer/fragment_buffer/fragment/arc.rs
@@ -1,5 +1,5 @@
use crate::{buffer::Cell, fragment::Bounds, util, Point};
-use ncollide2d::shape::{Segment, Shape};
+use parry2d::shape::{Segment, Shape};
use sauron::{
html::attributes::*,
svg::{attributes::*, *},