We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b2c1d commit 0797bfeCopy full SHA for 0797bfe
Project.toml
@@ -1,6 +1,6 @@
1
name = "GaussianSplatting"
2
uuid = "991e6b22-92f0-46ac-8b70-8a93e7beee5d"
3
-version = "1.0.1"
+version = "1.0.2"
4
authors = ["Anton Smirnov <[email protected]>"]
5
6
[deps]
@@ -49,11 +49,11 @@ GaussianSplattingAMDGPUExt = "AMDGPU"
49
GaussianSplattingCUDAExt = ["CUDA", "cuDNN"]
50
51
[compat]
52
-AMDGPU = "1.3"
+AMDGPU = "2"
53
Adapt = "4"
54
BSON = "0.3"
55
BenchmarkTools = "1"
56
-CImGui = "2"
+CImGui = "6"
57
CUDA = "5"
58
ChainRulesCore = "1"
59
Distributions = "0.25"
@@ -72,7 +72,7 @@ ModernGL = "1.1"
72
NNlib = "0.9"
73
NearestNeighbors = "0.4"
74
NerfUtils = "0.2"
75
-NeuralGraphicsGL = "0.4"
+NeuralGraphicsGL = "0.5"
76
PlyIO = "1.2"
77
Preferences = "1.4"
78
Quaternions = "0.7"
0 commit comments