-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (31 loc) · 1003 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
name = "Browse"
uuid = "88299ca0-6190-4043-b896-dff577956d5a"
authors = ["Johannes Boehm <johannes.boehm@gmail.com>"]
version = "0.0.1"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
CImGuiPack_jll = "333409e9-af72-5310-9767-d6ad21a76a05"
CSyntax = "ea656a56-6ca6-5dda-bba5-7b6963a5f74c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CEnum = "0.4"
CImGui = "4.0.0"
CImGuiPack_jll = "0.7.0"
CSyntax = "0.4.1"
Dates = "1.11.0"
GLFW = "3.4.3"
ModernGL = "1.1.8"
Printf = "1.11.0"
RDatasets = "0.7.7"
Setfield = "1.1.1"
Tables = "1"
julia = "1.6"