-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (33 loc) · 965 Bytes
/
Project.toml
File metadata and controls
39 lines (33 loc) · 965 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
31
32
33
34
35
36
37
38
39
name = "Lattice2D"
uuid = "e8031020-b7ff-4f1d-bee4-f79aea4cf140"
version = "0.3.12"
authors = ["souta shimozono"]
[deps]
LatticeCore = "84b1cbd8-bc58-4618-bc4f-b46a399f49f1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
Lattice2DFFTWExt = "FFTW"
Lattice2DPlotsExt = "Plots"
[compat]
Aqua = "0.8"
FFTW = "1"
LatticeCore = "0.10.2"
LinearAlgebra = "1.10"
Plots = "1"
Random = "1.10"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "FFTW", "Plots", "Random", "Test"]