diff options
author | EuAndreh <eu@euandre.org> | 2021-06-17 02:52:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-17 02:52:35 -0300 |
commit | e5dfdf43529d054af71772b21922e2c28ca02b32 (patch) | |
tree | d2abf4d0eb63b806825c0db8739f50ed5ee62528 | |
parent | TODOs.md: Add link to #task-92fa2f2a-047c-4580-8f99-4a191789021f (diff) | |
download | package-repository-e5dfdf43529d054af71772b21922e2c28ca02b32.tar.gz package-repository-e5dfdf43529d054af71772b21922e2c28ca02b32.tar.xz |
dependencies.dot: Remove (no_std) markers
Diffstat (limited to '')
-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 |