i-slint-common 1.5.1

Helper crate for sharing code & data structures between i-slint-core and slint-compiler
Documentation
[dependencies.cfg-if]
optional = true
version = "1"

[dependencies.derive_more]
optional = true
version = "0.99.5"

[dependencies.fontdb]
default-features = false
optional = true
version = "0.16.0"

[features]
default = []
shared-fontdb = ["dep:fontdb", "dep:libloading", "derive_more", "cfg-if"]

[lib]
path = "lib.rs"

[package]
authors = ["Slint Developers <info@slint.dev>"]
description = "Helper crate for sharing code & data structures between i-slint-core and slint-compiler"
documentation = "https://slint.dev/docs"
edition = "2021"
homepage = "https://slint.dev"
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
name = "i-slint-common"
readme = "README.md"
repository = "https://github.com/slint-ui/slint"
rust-version = "1.70"
version = "1.5.1"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\", target_os = \"android\")))".dependencies.libloading]
optional = true
version = "0.8.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.fontdb]
default-features = true
optional = true
version = "0.16.0"