Mercurial > repos > public > sbplib_julia
annotate Project.toml @ 1258:e67cddbb8adc refactor/grids
Add StaticArrays as a dependency
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 23 Feb 2023 11:40:25 +0100 |
parents | 0159a91fc55a |
children | 2a9ec1e2abad 857dab1a3116 |
rev | line source |
---|---|
333
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
1 name = "Sbplib" |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
2 uuid = "5a373a26-915f-4769-bcab-bf03835de17b" |
757 | 3 authors = ["Jonatan Werpers <jonatan@werpers.com>", "Vidar Stiernström <vidar.stiernstrom@it.uu.se>, and contributors"] |
333
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
4 version = "0.1.0" |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
5 |
337
d93099b1882e
Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents:
333
diff
changeset
|
6 [deps] |
1258
e67cddbb8adc
Add StaticArrays as a dependency
Jonatan Werpers <jonatan@werpers.com>
parents:
757
diff
changeset
|
7 StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
591
089d4cb65146
Move operators into a toml file
Jonatan Werpers <jonatan@werpers.com>
parents:
337
diff
changeset
|
8 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" |
337
d93099b1882e
Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents:
333
diff
changeset
|
9 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" |
d93099b1882e
Add TiledIteration to deps. `using Sbplib` now runs without errors.
Jonatan Werpers <jonatan@werpers.com>
parents:
333
diff
changeset
|
10 |
333
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
11 [compat] |
01b851161018
Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
219
diff
changeset
|
12 julia = "1.5" |