JuliaDynamics / StateSpaceSets.jl

The `StateSpaceSet` interface for packages of JuliaDynamics
MIT License
2 stars 3 forks source link

Move to `StaticArraysCore` #7

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

StaticArrays.jl is not the necessary dependency we need for the SVector type. We should move our dependency to StaticArraysCore.jl, which will most like not require any code change but just changing the Project.toml entry.