Skip to content

Commit

Permalink
Interactivity not working yet
Browse files Browse the repository at this point in the history
Lots of fixes of missed broken things
  • Loading branch information
kapple19 committed Aug 10, 2024
1 parent 91f6463 commit ede4316
Show file tree
Hide file tree
Showing 19 changed files with 2,788 additions and 13 deletions.
11 changes: 11 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,33 @@ version = "1.0.0-DEV"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[extensions]
OceanSonarGLMakieExt = "GLMakie"
OceanSonarMakieExt = "Makie"

[compat]
AbstractTrees = "0.4"
ForwardDiff = "0.10.36"
GLMakie = "0.10"
InteractiveUtils = "1.11"
IntervalArithmetic = "0.22.14"
LinearAlgebra = "1.11.0"
Makie = "0.21"
ModelingToolkit = "9.30"
OrdinaryDiffEq = "6.87"
PrecompileTools = "1.2.1"
Statistics = "1.11.1"
julia = "1.10"
Loading

0 comments on commit ede4316

Please sign in to comment.