-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
87 lines (83 loc) · 2.86 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name = "GaussianSplatting"
uuid = "991e6b22-92f0-46ac-8b70-8a93e7beee5d"
authors = ["Anton Smirnov <[email protected]>"]
version = "0.1.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
NerfUtils = "99c1d5ce-7c61-4a25-a107-a5ade2e2a8e4"
NeuralGraphicsGL = "263f7e6d-e369-49af-a86e-c85638573b76"
PlyIO = "42171d58-473b-503a-8d5f-782019eb09ec"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[extensions]
GaussianSplattingAMDGPUExt = "AMDGPU"
GaussianSplattingCUDAExt = ["CUDA", "cuDNN"]
[compat]
AMDGPU = "1.1.5"
Adapt = "4"
Atomix = "0.1.0"
BSON = "0.3"
BenchmarkTools = "1"
CImGui = "2"
CUDA = "5"
ChainRulesCore = "1"
Distributions = "0.25"
FileIO = "1.16"
Flux = "0.14, 0.15"
GPUArraysCore = "0.1.6, 0.2"
ImageCore = "0.10"
ImageFiltering = "0.7"
ImageIO = "0.6"
ImageMagick = "1.3"
ImageTransformations = "0.10"
KernelAbstractions = "0.9"
ModernGL = "1.1"
NNlib = "0.9"
NearestNeighbors = "0.4"
NerfUtils = "0.2"
NeuralGraphicsGL = "0.4"
PlyIO = "1.2"
Preferences = "1.4"
Quaternions = "0.7"
Rotations = "1.7"
SIMD = "3.6"
StaticArrays = "1.9"
VideoIO = "1.1"
Zygote = "0.6"
cuDNN = "1.3"
julia = "1.10"