-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (48 loc) · 1.58 KB
/
Project.toml
File metadata and controls
52 lines (48 loc) · 1.58 KB
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
name = "OpenReality"
uuid = "b08b1914-4d33-46de-8c63-ba029b7f1c5f"
version = "0.1.0"
authors = ["OpenReality Contributors"]
[deps]
Ark = "56664e29-41e4-4ea5-ab0e-825499acc647"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GLTF = "aeeaf58c-ab4d-11e9-3a9f-9b6bf58b5bc3"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
OpenAL_jll = "c52b6589-6b5d-587d-9bb5-adf8a44d3946"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Vulkan = "9f14b124-c50e-4008-a7d4-969b3a6cd68a"
glslang_jll = "6fd5517d-459c-5c5a-9b1a-c968b4e37a81"
[compat]
Ark = "0.4"
Base64 = "1.11.0"
ColorTypes = "0.11, 0.12"
CompositionsBase = "0.1.2"
FileIO = "1.18.0"
GLFW = "3"
GLTF = "0.4.0"
GeometryBasics = "0.4"
ImageIO = "0.6.9"
MeshIO = "0.4.13"
ModernGL = "1"
Observables = "0.5"
OpenAL_jll = "1.21.1"
Quaternions = "0.7.7"
StaticArrays = "1.5"
TOML = "1.0.3"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]