[go: up one dir, main page]

i-slint-common 0.3.3

Helper crate for sharing code & data structures between i-slint-core and slint-compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial

[package]
name = "i-slint-common"
version = "0.3.3"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
description = "Helper crate for sharing code & data structures between i-slint-core and slint-compiler"
repository = "https://github.com/slint-ui/slint"
homepage = "https://slint-ui.com"


[lib]
path = "lib.rs"