forked from JuliaWGPU/WGPUgfx.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
54 lines (50 loc) · 1.78 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
name = "WGPUgfx"
uuid = "02f56413-64a8-464d-a8fa-8dfc28b55f81"
authors = ["arhik <[email protected]>"]
version = "0.1.1"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
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"
ColorTypes = "^0.11"
CoordinateTransformations = "^0.6"
DataStructures = "^0.18"
Debugger = "^0.7"
GeometryBasics = "^0.4"
Images = "^0.26"
Lazy = "^0.15"
MacroTools = "^0.5"
Quaternions = "^0.7"
Reexport = "^1.2"
Rotations = "^1.3"
StaticArrays = "^1.5"
Tracy = "^0.1.0"
julia = "^1.8"
[extras]
Libglvnd_jll = "7e76a0d4-f3c7-5321-8279-8d96eeed0f29"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]