slint 1.3.0

GUI toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "memory",
    "version": "1.3.0",
    "main": "main.js",
    "type": "module",
    "dependencies": {
        "slint-ui": "^1.3.0"
    },
    "scripts": {
        "start": "node ."
    }
}