summaryrefslogtreecommitdiff
path: root/tvg/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tvg/tests')
-rw-r--r--tvg/tests/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvg/tests/parse.rs b/tvg/tests/parse.rs
index eb6e801..46515d2 100644
--- a/tvg/tests/parse.rs
+++ b/tvg/tests/parse.rs
@@ -1,6 +1,6 @@
use std::fs::File;
-use alligator_tvg::{Rgba16, TvgFile};
+use alligator_tvg::{colors::Rgba16, TvgFile};
#[test]
fn main() {