Skip to content

Commit

Permalink
Merge pull request #22 from JuliaWGPU/splatting
Browse files Browse the repository at this point in the history
Splatting
  • Loading branch information
arhik authored Mar 2, 2024
2 parents 9874453 + 4002f5c commit f95dfd5
Show file tree
Hide file tree
Showing 44 changed files with 12,988 additions and 228 deletions.
13 changes: 4 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,31 @@ ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
FreeType = "b38be410-82b0-50bf-ab77-7b57e271db43"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PlyIO = "42171d58-473b-503a-8d5f-782019eb09ec"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tracy = "e689c965-62c8-4b79-b2c5-8359227902fd"
WGPUCanvas = "edfb154a-8991-4155-9628-fd26c9c32bf2"
WGPUCore = "53d714bf-0d76-4802-84b4-6cb75cca55f5"
WGPUNative = "c14bfd16-04f9-4c2f-a915-b355584b5509"
WGSLTypes = "8cf5275a-6167-4820-ac24-74d7d0e6cf05"

[compat]
AbstractTrees = "^0.4"
CEnum = "^0.4"
ColorTypes = "^0.11"
CoordinateTransformations = "^0.6"
DataStructures = "^0.18"
Debugger = "^0.7"
FreeTypeAbstraction = "^0.10"
GLFW = "^3.4"
GLFW_jll = "^3.3"
GeometryBasics = "^0.4"
Images = "^0.26"
Lazy = "^0.15"
Expand All @@ -45,10 +43,7 @@ Quaternions = "^0.7"
Reexport = "^1.2"
Rotations = "^1.3"
StaticArrays = "^1.5"
WGPUCanvas = "^0.1.1"
WGPUCore = "^0.1"
WGPUNative = "^0.1"
WGSLTypes = "^0.1"
Tracy = "^0.1.0"
julia = "^1.8"

[extras]
Expand Down
Loading

0 comments on commit f95dfd5

Please sign in to comment.