-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (27 loc) · 842 Bytes
/
Project.toml
File metadata and controls
30 lines (27 loc) · 842 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 = "VideoIO"
uuid = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
version = "1.6.1"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
FFMPEG_jll = "b22a6f82-2f65-5046-a5b2-351ab43fb4e5"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
[compat]
ColorTypes = "0.9, 0.10, 0.11, 0.12"
Downloads = "1.3"
FFMPEG = "0.4.4"
FFMPEG_jll = "8.0.0"
FileIO = "1.6"
Glob = "1.2"
ImageCore = "0.8, 0.9, 0.10"
PrecompileTools = "1"
Scratch = "1"
julia = "1.10"
[workspace]
projects = ["test", "docs"]