-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 844 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "Eternity2Puzzles"
uuid = "7b8a590e-5f29-49cd-9d3d-d6aab43f7c56"
authors = ["Janos Wortmann <[email protected]>"]
version = "0.1.0"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GameZero = "9da27670-f782-11e9-1da1-f53579315bfe"
NativeFileDialog = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
PNGFiles = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SimpleDirectMediaLayer = "98e33af6-2ee5-5afd-9e75-cbc738b767c4"
[compat]
Colors = "0.12"
DelimitedFiles = "1.9"
GameZero = "0.3"
NativeFileDialog = "0.2"
PNGFiles = "0.4"
Random = "1.9"
Scratch = "1"
SimpleDirectMediaLayer = "0.4, 0.5"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]