# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "i-slint-renderer-femtovg" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FemtoVG based renderer for Slint" homepage = "https://slint.dev" readme = "README.md" license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [lib] name = "i_slint_renderer_femtovg" path = "lib.rs" [dependencies.cfg-if] version = "1" [dependencies.const-field-offset] version = "0.1" [dependencies.derive_more] version = "0.99.17" [dependencies.femtovg] version = "0.9.2" [dependencies.glow] version = "0.13" [dependencies.i-slint-common] version = "=1.8.0" features = ["default"] default-features = false [dependencies.i-slint-core] version = "=1.8.0" features = [ "default", "box-shadow-cache", "shared-fontdb", ] default-features = false [dependencies.i-slint-core-macros] version = "=1.8.0" features = ["default"] default-features = false [dependencies.imgref] version = "1.6.1" [dependencies.lyon_path] version = "1.0" [dependencies.once_cell] version = "1.5" [dependencies.pin-weak] version = "1" [dependencies.rgb] version = "0.8.27" [dependencies.scoped-tls-hkt] version = "0.1" [dependencies.ttf-parser] version = "0.21" [dependencies.unicode-script] version = "0.5.4" [dependencies.unicode-segmentation] version = "1.8.0" [features] default = [] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", ] [target.'cfg(target_family = "windows")'.dependencies.dwrote] version = "0.11.0" [target.'cfg(target_family = "windows")'.dependencies.winapi] version = "0.3" features = ["dwrite"] [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.9.1" [target.'cfg(target_os = "macos")'.dependencies.core-text] version = "20.1.0"