-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
47 lines (41 loc) · 1.48 KB
/
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
38
39
40
41
42
43
44
45
46
47
name = "Geant4"
uuid = "559df036-b7a0-42fd-85df-7d5dd9d70f44"
authors = ["Pere Mato <pere.mato@cern.ch>"]
version = "0.2.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
Expat_jll = "2e619515-83b5-522b-bb60-26c02a35a201"
Geant4_jll = "872b6946-528a-5ac7-9145-d37eec569368"
Geant4_julia_jll = "e202cb52-5471-567a-9cb0-0ca301e27810"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Xerces_jll = "637d83c4-b86a-5d90-b82d-5cf0573a8cfc"
[weakdeps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extensions]
G4Hist = "FHist"
G4Vis = ["Makie", "Colors", "StaticArrays", "Rotations", "LinearAlgebra", "IGLWrap_jll"]
[compat]
CSV = "0.10"
CxxWrap = "0.16"
Geant4_julia_jll = "0.2"
GeometryBasics = "0.4,0.5"
IGLWrap_jll = "2.4.0"
julia = "1.9"
FHist = "0.11"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[targets]
test = ["Test", "Pkg"]