diff options
Diffstat (limited to 'dependencies.dot')
-rw-r--r-- | dependencies.dot | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dependencies.dot b/dependencies.dot index 83824ea..53328b8 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -9,12 +9,8 @@ digraph { "git-permalink" [label="git-permalink ✅"] - libpds [label="libpds (no_std)"] - libedn [label="libedn (no_std)"] - libjson [label="libjson (no_std) 🔸"] - libmustache [label="libmustache (no_std) 🔶"] - libxtx [label="libxtx (no_std)"] - libtraverse [label="libtraverse (no_std)"] + libjson [label="libjson 🔸"] + libmustache [label="libmustache 🔶"] mediatorhut [label="mediator.ht 🤑"] @@ -22,7 +18,7 @@ digraph { Standardify [label="Standardify 🤑"] polyparsing [label="<polyparsing>"] - polytemplating [label="<polytemplating> (no_std)"] + polytemplating [label="<polytemplating>"] /* labels end, edges begin */ @@ -65,8 +61,8 @@ digraph { eq -> libedn xq -> libxtx xq -> konformigado - "libXXX* (no_std)" -> libxtx - // libxtx -> "libXXX* (no_std)" + "libXXX*" -> libxtx + // libxtx -> "libXXX*" // This seems backwards libtraverse -> libxtx |