Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Sep 14, 2024
1 parent 625017f commit 682401f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ColorQuantization = "652893fb-f6a0-4a00-a44a-7fb8fac69e01"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
UnicodeGraphics = "ebadf6b4-db70-5817-83da-4a19ad584e34"
Expand All @@ -17,6 +18,7 @@ ColorQuantization = "0.1"
ColorSchemes = "3"
ColorTypes = "0.11"
Colors = "0.12"
FixedPointNumbers = "0.8"
ImageCore = "0.10"
IndirectArrays = "1"
UnicodeGraphics = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/DitherPunk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module DitherPunk

using Base: require_one_based_indexing
using FixedPointNumbers: N0f8
using ColorTypes: ColorTypes, AbstractGray, Color, Colorant, Gray, HSV, Lab, XYZ, gray
using ColorTypes: ColorTypes, AbstractGray, Color, Colorant, RGB, Gray, HSV, Lab, XYZ, gray
using Colors:
DifferenceMetric,
EuclideanDifferenceMetric,
Expand Down

0 comments on commit 682401f

Please sign in to comment.