Skip to content

Commit

Permalink
Add missing d2 and graphviz entries to extensions.toml (#1540)
Browse files Browse the repository at this point in the history
This PR adds the missing entries for the `d2` and `graphviz` extensions,
since they were missed in these PRs:

- #1534
- #1536
  • Loading branch information
maxdeviant authored Oct 17, 2024
1 parent 3c776c1 commit aee44b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ version = "0.2.0"
submodule = "extensions/d"
version = "0.0.8"

[d2]
submodule = "extensions/d2"
version = "0.1.0"

[dafny]
submodule = "extensions/dafny"
version = "0.0.1"
Expand Down Expand Up @@ -513,6 +517,10 @@ version = "0.2.0"
submodule = "extensions/graphql"
version = "1.0.0"

[graphviz]
submodule = "extensions/graphviz"
version = "0.1.0"

[green-monochrome-monitor-crt-phosphor]
submodule = "extensions/green-monochrome-monitor-crt-phosphor"
version = "0.1.3"
Expand Down

0 comments on commit aee44b1

Please sign in to comment.