summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 00:56:42 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 00:56:42 -0500
commit41918e7efd1a58cb63a4e8b9aa1f8946cd75ba9d (patch)
tree66ff0330331f7b746329f616eddf2bfd55663e55
parentbcc14d80b3d29651c228efcecc05ceec9a922773 (diff)
Fix compiler error in test
-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() {