-
Notifications
You must be signed in to change notification settings - Fork 24
/
Project.toml
30 lines (26 loc) · 992 Bytes
/
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
name = "GLAbstraction"
uuid = "ca6e7d0a-b0c9-59ca-8aba-aebf11497e1c"
repo = "https://github.com/JuliaGL/GLAbstraction.jl.git"
version = "0.7.0"
[deps]
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
[extras]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
FixedPointNumbers = "^0.8"
ModernGL = "^1"
StaticArrays = "^1"
ThreadPools = "^2"
julia = "^1"
[targets]
test = ["Test", "GeometryBasics", "GLFW", "ColorTypes", "Images", "LinearAlgebra", "Downloads"]