-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 840 Bytes
/
Project.toml
File metadata and controls
26 lines (22 loc) · 840 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
name = "LatPhysPlottingMakie"
uuid = "dc53cbd7-ff03-4c33-8c1a-bdede5c834c0"
authors = ["F Freyer <frederic481994@hotmail.de>"]
version = "0.1.0"
[deps]
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LatPhysBandstructures = "72414950-169f-5300-802d-f5e080ac9554"
LatPhysBase = "eec5c15a-e8bd-11e8-0d23-6799ca40c963"
LatPhysReciprocal = "7a511e88-ebe4-11e8-1bac-67d16a536c98"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]