JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
588 stars 71 forks source link

Remove dependency on Juno.jl #283

Closed hyrodium closed 11 months ago

hyrodium commented 11 months ago

Luxor.jl depends on Juno.jl, which is now deprecated. This package can be added to [weakdeps] table, but I don't think this package is used in these days, so it should be just removed.

https://github.com/JuliaGraphics/Luxor.jl/blob/9bf75ac9d27b2be4b120693fd8cfae1dcda989e5/Project.toml#L14

This change will be breaking.

cormullion commented 11 months ago

Yes, I've been watching the Juno.jl page - it still says "maintenance and bug fixes only " rather than deprecated. But it can probably be removed and nobody will complain :)

hyrodium commented 11 months ago

it still says "maintenance and bug fixes only " rather than deprecated.

Ah, thank you for the clarification!

cormullion commented 11 months ago

"maintenance and bug fixes only " rather than deprecated

although I think it is kind of deprecated anyway... :)