-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (33 loc) · 1 KB
/
Project.toml
File metadata and controls
37 lines (33 loc) · 1 KB
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
32
33
34
35
36
37
name = "FractalAnimation"
uuid = "6118da02-c7f1-44e0-8933-0c8b5cc44c9b"
authors = ["ErrolSeders <errolseders@gmail.com>"]
version = "0.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Continuables = "79afa230-ca09-11e8-120b-5decf7bf5e25"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
[compat]
CUDA = "4"
ColorSchemes = "3"
ColorTypes = "0.11"
Continuables = "1"
FixedPointNumbers = "0.8"
Images = "0.25"
Pipe = "1"
Plots = "1"
ProgressMeter = "1"
VideoIO = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]