blob: dfd80637593ae20a0b1a4667345b35232530f982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "qtserialport",
"version": "6.9.1",
"description": "Qt Serial Port provides basic functionality for configuration, I/O operations, and getting and setting the control signals of the RS-232 pinouts.",
"homepage": "https://www.qt.io/",
"license": null,
"supports": "!ios",
"dependencies": [
{
"name": "qtbase",
"default-features": false
}
]
}
|