-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
34 lines (31 loc) · 1.37 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
name = "Glimpse"
uuid = "f6e19d58-12a4-5927-8606-ac30a9ce9b69"
authors = ["Louis Ponet <[email protected]>"]
repo = "https://github.com/louisponet/Glimpse.jl.git"
version = "0.0.0"
[deps]
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
GLAbstraction = "ca6e7d0a-b0c9-59ca-8aba-aebf11497e1c"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Overseer = "1ada24be-c16d-4464-9f61-27c2e0f16645"
Packing = "19eb6ba3-879d-56ad-ad62-d5c202156566"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SignedDistanceFields = "73760f76-fbc4-59ce-8f25-708e95d2df96"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ColorSchemes"]