-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
35 lines (33 loc) · 1.09 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
name = "NerfGUI"
uuid = "4cbd8c4d-76eb-460a-a95f-3d783f5c44b5"
authors = ["Anton Smirnov <[email protected]>"]
version = "0.1.0"
[deps]
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
Nerf = "2c86e8b6-813a-40f3-97f9-c72f78886291"
NerfUtils = "99c1d5ce-7c61-4a25-a107-a5ade2e2a8e4"
NeuralGraphicsGL = "263f7e6d-e369-49af-a86e-c85638573b76"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
[compat]
CImGui = "1.82"
FileIO = "1.16"
ImageCore = "0.10"
ImageTransformations = "0.10"
LibCImGui = "~1.82"
ModernGL = "1.1"
Nerf = "0.1.4"
NeuralGraphicsGL = "0.2"
Preferences = "1.4"
Rotations = "1.6"
StaticArrays = "1.9"
VideoIO = "1"
julia = "1.9"