-
Notifications
You must be signed in to change notification settings - Fork 15
/
Project.toml
37 lines (31 loc) · 933 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
31
32
33
34
35
36
37
name = "StippleUI"
uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.24.4"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[extensions]
StippleUIDataFramesExt = "DataFrames"
[compat]
Colors = "0.12, 0.13"
DataFrames = "1"
Dates = "1.6"
Genie = "5.25.0"
OrderedCollections = "1"
PrecompileTools = "1"
Stipple = "0.30"
Tables = "1"
julia = "1.6"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames"]