Skip to content

Commit

Permalink
Replaced REQUIRE files by a suitable Project.toml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
magister-ludi authored and timholy committed Dec 10, 2019
1 parent 77194f9 commit b32f74e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
18 changes: 18 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "Netpbm"
uuid = "f09324ee-3d7c-5217-9330-fc30815ba969"
version = "0.3.1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

[extras]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ColorTypes", "Test", "IndirectArrays"]
6 changes: 0 additions & 6 deletions REQUIRE

This file was deleted.

2 changes: 0 additions & 2 deletions test/REQUIRE

This file was deleted.

0 comments on commit b32f74e

Please sign in to comment.