We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3836d6d commit 95c8fa6Copy full SHA for 95c8fa6
static/assets/tools.json
@@ -153,7 +153,7 @@
153
"license": "osi",
154
"url": "https://crates.io/crates/fmi",
155
"vendor": "John Hughes",
156
- "vendorURL": "https://crates.io/users/jondo2010",
+ "vendorURL": "https://github.com/jondo2010/rust-fmi",
157
"description": "A Rust interface to FMUs (Functional Mock-up Units) that follow the FMI Standard.",
158
"features": [],
159
"platforms": [
@@ -162,13 +162,16 @@
162
"Windows"
163
],
164
"interfaces": [
165
- "library"
+ "library",
166
+ "CLI"
167
168
"fmiVersions": [
169
"2.0",
170
"3.0"
171
- "fmuExport": [],
172
+ "fmuExport": [
173
+ "ME"
174
+ ],
175
"fmuImport": [
176
"ME",
177
"CS",
0 commit comments