Skip to content

Commit 51cbced

Browse files
author
Brad Carman
committed
rotate and icons
1 parent 9925e5b commit 51cbced

File tree

24 files changed

+1354
-51
lines changed

24 files changed

+1354
-51
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name = "ModelingToolkitDesigner"
22
uuid = "23d639d0-9462-4d1e-84fe-d700424865b8"
33
authors = ["Brad Carman <[email protected]>"]
4-
version = "0.3.0"
4+
version = "1.0.0"
55

66
[deps]
77
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
88
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
99
FilterHelpers = "d8f44d74-4a63-4059-add9-16c5740a0809"
1010
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
1111
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
12+
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
1213
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1314

1415
[compat]
@@ -17,13 +18,12 @@ FileIO = "1.16"
1718
FilterHelpers = "0.2"
1819
GLMakie = "0.8"
1920
ModelingToolkit = "8.50"
20-
ModelingToolkitStandardLibrary = "1.12"
21+
ModelingToolkitStandardLibrary = "2"
2122
TOML = "1.0"
2223
julia = "1.6"
2324

2425
[extras]
25-
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
2626
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2727

2828
[targets]
29-
test = ["Test", "ModelingToolkitStandardLibrary"]
29+
test = ["Test"]
3.83 KB
Loading
Lines changed: 140 additions & 0 deletions
Loading
4.22 KB
Loading
Lines changed: 159 additions & 0 deletions
Loading
3.21 KB
Loading

0 commit comments

Comments
 (0)