diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-13 00:56:42 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-13 00:56:42 -0500 |
| commit | 41918e7efd1a58cb63a4e8b9aa1f8946cd75ba9d (patch) | |
| tree | 66ff0330331f7b746329f616eddf2bfd55663e55 /tvg | |
| parent | bcc14d80b3d29651c228efcecc05ceec9a922773 (diff) | |
Fix compiler error in test
Diffstat (limited to 'tvg')
| -rw-r--r-- | tvg/tests/parse.rs | 2 |
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() { |
