Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/Project.toml Fri Apr 26 23:36:49 2024 +0200 +++ b/Project.toml Fri Apr 26 23:37:29 2024 +0200 @@ -4,17 +4,18 @@ version = "0.1.0" [deps] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" [weakdeps] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" [extensions] +SbplibMakieExt = "Makie" SbplibPlotsExt = "Plots" -SbplibMakieExt = "Makie" [compat] julia = "1.5"