We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb6ac2 commit 1869b48Copy full SHA for 1869b48
Manifest.toml
@@ -2,7 +2,7 @@
2
3
julia_version = "1.11.1"
4
manifest_format = "2.0"
5
-project_hash = "012fdf578f368bda68dc920f97ce0ff4244e344d"
+project_hash = "74c0bf4d8402a002223529b16ce89f50dc321b94"
6
7
[[deps.AbstractFFTs]]
8
deps = ["LinearAlgebra"]
src/Spiders.jl
@@ -1,5 +1,6 @@
1
module Spiders
-
+export treeplot
+include("trees/ShowTree.jl")
# Write your package code here.
end
0 commit comments