Mercurial > repos > public > sbplib_julia
diff Project.toml @ 1583:2a9ec1e2abad feature/grids/manifolds
Add package extensions for Makie and Plots to plot grids and charts
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Apr 2024 22:19:30 +0200 |
parents | e67cddbb8adc |
children | b22b9097d907 8250cf5a3ce9 |
line wrap: on
line diff
--- a/Project.toml Fri Apr 26 22:19:02 2024 +0200 +++ b/Project.toml Fri Apr 26 22:19:30 2024 +0200 @@ -8,5 +8,13 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" +[weakdeps] +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" + +[extensions] +SbplibPlotsExt = "Plots" +SbplibMakieExt = "Makie" + [compat] julia = "1.5"