-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
49 lines (47 loc) · 1.57 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "Nerf"
uuid = "2c86e8b6-813a-40f3-97f9-c72f78886291"
authors = ["Anton Smirnov <[email protected]>"]
version = "0.1.4"
[deps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JpegTurbo = "b835a17e-a41a-41e7-81f0-2f016b05efe0"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NerfUtils = "99c1d5ce-7c61-4a25-a107-a5ade2e2a8e4"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
AMDGPU = "0.8"
Adapt = "4"
BSON = "0.3"
BenchmarkTools = "1.3.2"
CUDA = "5"
ChainRulesCore = "1.16"
FileIO = "1.16"
ImageCore = "0.10"
ImageMagick = "1.3"
ImageTransformations = "0.10"
JSON = "0.21"
JpegTurbo = "0.1"
KernelAbstractions = "0.9"
NerfUtils = "0.1.5"
Preferences = "1.4"
Quaternions = "0.7"
Rotations = "1.6"
StaticArrays = "1.6"
Zygote = "0.6"
julia = "1.9"