Skip to content

Commit

Permalink
update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Jul 21, 2020
1 parent 4a4d937 commit a187b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Catlab = "0.7.2"
Latexify = "0.13.5"
MacroTools = "0.5"
ModelingToolkit = "3.14"
Expand Down
2 changes: 2 additions & 0 deletions src/graphs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# adapted from Petri.jl
# https://github.com/mehalter/Petri.jl

graph_attrs = Attributes(:rankdir=>"LR")
node_attrs = Attributes(:shape=>"plain", :style=>"filled", :color=>"white")
Expand Down

0 comments on commit a187b22

Please sign in to comment.