From e5dfdf43529d054af71772b21922e2c28ca02b32 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Jun 2021 02:52:35 -0300 Subject: dependencies.dot: Remove (no_std) markers --- dependencies.dot | 14 +++++--------- 1 file 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=""] - polytemplating [label=" (no_std)"] + polytemplating [label=""] /* 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 -- cgit v1.2.3