i-slint-common 1.8.0

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.17"

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

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

[lib]
name = "i_slint_common"
path = "lib.rs"

[package]
authors = ["Slint Developers <info@slint.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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-2.0 OR LicenseRef-Slint-Software-3.0"
name = "i-slint-common"
readme = "README.md"
repository = "https://github.com/slint-ui/slint"
rust-version = "1.73"
version = "1.8.0"

[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.18.0"