Mercurial > repos > public > sbplib_julia
comparison Project.toml @ 1589:b22b9097d907 feature/sbp_operators/laplace_curvilinear
Add LinearAlgebra to Grids and fix a typo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Apr 2024 23:37:29 +0200 |
parents | 2a9ec1e2abad |
children | 707fc9761c2b |
comparison
equal
deleted
inserted
replaced
1588:f6774e98d223 | 1589:b22b9097d907 |
---|---|
2 uuid = "5a373a26-915f-4769-bcab-bf03835de17b" | 2 uuid = "5a373a26-915f-4769-bcab-bf03835de17b" |
3 authors = ["Jonatan Werpers <jonatan@werpers.com>", "Vidar Stiernström <vidar.stiernstrom@it.uu.se>, and contributors"] | 3 authors = ["Jonatan Werpers <jonatan@werpers.com>", "Vidar Stiernström <vidar.stiernstrom@it.uu.se>, and contributors"] |
4 version = "0.1.0" | 4 version = "0.1.0" |
5 | 5 |
6 [deps] | 6 [deps] |
7 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | |
7 StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | 8 StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
8 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | 9 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" |
9 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" | 10 TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" |
10 | 11 |
11 [weakdeps] | 12 [weakdeps] |
13 Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | |
12 Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | 14 Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" |
13 Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | |
14 | 15 |
15 [extensions] | 16 [extensions] |
17 SbplibMakieExt = "Makie" | |
16 SbplibPlotsExt = "Plots" | 18 SbplibPlotsExt = "Plots" |
17 SbplibMakieExt = "Makie" | |
18 | 19 |
19 [compat] | 20 [compat] |
20 julia = "1.5" | 21 julia = "1.5" |