i-slint-backend-gl 0.2.4

OpenGL rendering backend for Slint
[dependencies.by_address]
version = "1.0.4"

[dependencies.cfg-if]
version = "1"

[dependencies.const-field-offset]
version = "0.1"

[dependencies.copypasta]
default-features = false
version = "0.7.0"

[dependencies.dark-light]
version = "0.2.2"

[dependencies.derive_more]
version = "0.99.5"

[dependencies.euclid]
version = "0.22.1"

[dependencies.femtovg]
version = "0.3.4"

[dependencies.fontdb]
default-features = false
version = "0.9.0"

[dependencies.i-slint-common]
version = "=0.2.4"

[dependencies.i-slint-core]
version = "=0.2.4"

[dependencies.i-slint-core-macros]
version = "=0.2.4"

[dependencies.image]
default-features = false
features = ["png", "jpeg"]
version = "0.24.0"

[dependencies.imgref]
version = "1.6.1"

[dependencies.lyon_path]
version = "0.17.3"

[dependencies.once_cell]
version = "1.5"

[dependencies.pin-weak]
version = "1"

[dependencies.resvg]
default-features = false
optional = true
version = "0.22"

[dependencies.rgb]
version = "0.8.27"

[dependencies.scoped-tls-hkt]
version = "0.1"

[dependencies.tiny-skia]
default-features = false
optional = true
version = "0.6"

[dependencies.ttf-parser]
version = "0.15.0"

[dependencies.unicode-script]
version = "0.5.4"

[dependencies.usvg]
default-features = false
features = ["text"]
optional = true
version = "0.22"

[dependencies.vtable]
version = "0.1.6"

[dependencies.winit]
default-features = false
version = "0.26"

[features]
default = ["svg"]
rtti = ["i-slint-core/rtti"]
svg = ["resvg", "usvg", "tiny-skia"]
wayland = ["winit/wayland", "glutin/wayland", "copypasta/wayland"]
x11 = ["winit/x11", "glutin/x11", "copypasta/x11"]

[lib]
path = "lib.rs"

[package]
authors = ["Slint Developers <info@slint-ui.com>"]
description = "OpenGL rendering backend for Slint"
edition = "2021"
homepage = "https://slint-ui.com"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
name = "i-slint-backend-gl"
repository = "https://github.com/slint-ui/slint"
resolver = "2"
version = "0.2.4"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))".dependencies.libc]
version = "0.2"

[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))".dependencies.servo-fontconfig]
features = ["force_system_lib"]
version = "0.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.fontdb]
features = ["memmap", "fontconfig"]
version = "0.9.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin]
default-features = false
version = "0.28"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.usvg]
default-features = false
features = ["text", "memmap-fonts"]
optional = true
version = "0.22"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", "CssStyleDeclaration", "Event", "KeyboardEvent", "InputEvent", "CompositionEvent"]
version = "0.3"
[target."cfg(target_family = \"windows\")".dependencies.dwrote]
version = "0.11.0"

[target."cfg(target_family = \"windows\")".dependencies.winapi]
features = ["dwrite"]
version = "0.3"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24.0"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.1"

[target."cfg(target_os = \"macos\")".dependencies.core-text]
version = "19.1.0"