From 41918e7efd1a58cb63a4e8b9aa1f8946cd75ba9d Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:56:42 -0500 Subject: Fix compiler error in test --- tvg/tests/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3