sixtyfps-rendering-backend-gl 0.1.3

OpenGL rendering backend for SixtyFPS
[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.derive_more]
version = "0.99.5"

[dependencies.euclid]
version = "0.22.1"

[dependencies.femtovg]
version = "0.2.8"

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

[dependencies.image]
default-features = false
version = "0.23.12"

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

[dependencies.rgb]
version = "0.8"

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

[dependencies.sixtyfps-corelib]
version = "=0.1.3"

[dependencies.smallvec]
version = "1.4.1"

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

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

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

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

[dependencies.vtable]
version = "0.1"

[features]
default = ["svg"]
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 = ["SixtyFPS <info@sixtyfps.io>"]
description = "OpenGL rendering backend for SixtyFPS"
edition = "2018"
homepage = "https://sixtyfps.io"
license = "GPL-3.0-only"
name = "sixtyfps-rendering-backend-gl"
repository = "https://github.com/sixtyfpsui/sixtyfps"
resolver = "2"
version = "0.1.3"
[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"]
version = "0.7.0"

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

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.winit]
default-features = false
version = "0.25"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web_sys]
features = ["console", "WebGlContextAttributes"]
package = "web-sys"
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.winit]
default-features = false
features = ["web-sys"]
version = "0.25"
[target."cfg(target_family = \"windows\")".dependencies.font-kit]
features = []
version = "0.10"
[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"