-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 878 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 878 Bytes
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 = "SimpleDirectMediaLayer"
uuid = "98e33af6-2ee5-5afd-9e75-cbc738b767c4"
repo = "https://github.com/jonathanBieler/SimpleDirectMediaLayer.jl.git"
version = "0.5.0"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
SDL2_gfx_jll = "323748d4-b4be-59be-a22c-1904c60787cb"
SDL2_image_jll = "41f3cfe1-fd11-58ad-8074-b9730c29438b"
SDL2_jll = "ab825dc5-c88e-5901-9575-1e5e20358fcf"
SDL2_mixer_jll = "7e88e5ca-120e-58e7-9660-b2187fd466c0"
SDL2_ttf_jll = "ca9d4746-8a27-5104-babe-80f83b336947"
alsa_plugins_jll = "5ac2f6bb-493e-5871-9171-112d4c21a6e7"
[compat]
CEnum = "0.4"
ColorTypes = "0.8, 0.9, 0.10, 0.11"
SDL2_gfx_jll = "1.0.3"
SDL2_image_jll = "2.6.2"
SDL2_jll = "2.24.2"
SDL2_mixer_jll = "2.6.2"
SDL2_ttf_jll = "2.0.15"
julia = "1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]