Skip to content

Commit d842e03

Browse files
committed
remove LightGraphs support
1 parent 114b6cf commit d842e03

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1212
[compat]
1313
GeometryBasics = "0.4"
1414
Graphs = "1"
15-
LightGraphs = "1"
1615
Requires = "1"
1716
StaticArrays = "1"
1817
julia = "1.6"
1918

2019
[extensions]
2120
NetworkLayoutGraphsExt = "Graphs"
22-
NetworkLayoutLightGraphsExt = "LightGraphs"
2321

2422
[extras]
2523
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
2624
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
2725
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
28-
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
2926
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3027
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3128
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
@@ -35,4 +32,3 @@ test = ["Graphs", "Test", "DelimitedFiles", "GeometryTypes", "SparseArrays"]
3532

3633
[weakdeps]
3734
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
38-
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"

ext/NetworkLayoutLightGraphsExt.jl

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/NetworkLayout.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ if !isdefined(Base, :get_extension)
9090
end
9191
@static if !isdefined(Base, :get_extension)
9292
function __init__()
93-
@require LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" begin
94-
include("../ext/NetworkLayoutLightGraphsExt.jl")
95-
end
9693
@require Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" begin
9794
include("../ext/NetworkLayoutGraphsExt.jl")
9895
end

0 commit comments

Comments
 (0)