Skip to content

Commit

Permalink
Depend on Makie rather than GLMakie
Browse files Browse the repository at this point in the history
Depending specifically on GLMakie forces users who use/prefer an alternate backend to also install GLMakie.
  • Loading branch information
ConnectedSystems authored and mchitre committed Nov 27, 2023
1 parent 0518cdf commit c0fbc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ version = "0.4.1"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1.6"
FillArrays = "1.0"
GLMakie = "0.8"
Makie = "0.19"
GeometryBasics = "0.4"
Observables = "0.5"
Statistics = "1.9"
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using GeometryBasics
using FillArrays
using GLMakie
using Makie

### interface

Expand Down

0 comments on commit c0fbc5f

Please sign in to comment.