Skip to content

Commit 95c8fa6

Browse files
authored
Updated support for export to rust-fmi (#794)
1 parent 3836d6d commit 95c8fa6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

static/assets/tools.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"license": "osi",
154154
"url": "https://crates.io/crates/fmi",
155155
"vendor": "John Hughes",
156-
"vendorURL": "https://crates.io/users/jondo2010",
156+
"vendorURL": "https://github.com/jondo2010/rust-fmi",
157157
"description": "A Rust interface to FMUs (Functional Mock-up Units) that follow the FMI Standard.",
158158
"features": [],
159159
"platforms": [
@@ -162,13 +162,16 @@
162162
"Windows"
163163
],
164164
"interfaces": [
165-
"library"
165+
"library",
166+
"CLI"
166167
],
167168
"fmiVersions": [
168169
"2.0",
169170
"3.0"
170171
],
171-
"fmuExport": [],
172+
"fmuExport": [
173+
"ME"
174+
],
172175
"fmuImport": [
173176
"ME",
174177
"CS",

0 commit comments

Comments
 (0)