Skip to content

Commit 01ab50e

Browse files
committed
add Makie extension
1 parent 2c732aa commit 01ab50e

File tree

5 files changed

+1162
-1
lines changed

5 files changed

+1162
-1
lines changed

lib/ControlSystemsBase/Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2323
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
2424
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
2525
ImplicitDifferentiation = "57b37032-215b-411a-8a7c-41a003a55207"
26+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
2627

2728
[extensions]
2829
ControlSystemsBaseDSPExt = ["DSP"]
2930
ControlSystemsBaseImplicitDifferentiationExt = ["ImplicitDifferentiation", "ComponentArrays"]
31+
ControlSystemsBaseMakieExt = ["Makie"]
3032

3133
[compat]
3234
Aqua = "0.5"
@@ -37,6 +39,7 @@ Hungarian = "0.7.0"
3739
ImplicitDifferentiation = "0.7.2"
3840
LinearAlgebra = "<0.0.1, 1"
3941
MacroTools = "0.5"
42+
Makie = "0.24"
4043
MatrixEquations = "1, 2.1"
4144
MatrixPencils = "1.8.3"
4245
Polynomials = "3.0, 4.0"
@@ -54,13 +57,15 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
5457
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
5558
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
5659
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
60+
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
5761
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
5862
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
5963
ImplicitDifferentiation = "57b37032-215b-411a-8a7c-41a003a55207"
64+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
6065
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
6166
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
6267
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
6368
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6469

6570
[targets]
66-
test = ["Test", "Aqua", "ComponentArrays", "Documenter", "DSP", "FiniteDifferences", "ImplicitDifferentiation", "GenericSchur", "GR", "Plots", "SparseArrays", "StaticArrays"]
71+
test = ["Test", "Aqua", "ComponentArrays", "Documenter", "DSP", "FiniteDifferences", "ImplicitDifferentiation", "Makie", "GLMakie", "GenericSchur", "GR", "Plots", "SparseArrays", "StaticArrays"]

0 commit comments

Comments
 (0)