# 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 = "2018" name = "sixtyfps-rendering-backend-gl" version = "0.1.6" authors = ["SixtyFPS "] description = "OpenGL rendering backend for SixtyFPS" homepage = "https://sixtyfps.io" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" repository = "https://github.com/sixtyfpsui/sixtyfps" resolver = "2" [lib] path = "lib.rs" [dependencies.by_address] version = "1.0.4" [dependencies.cfg-if] version = "1" [dependencies.const-field-offset] version = "0.1" [dependencies.copypasta] version = "0.7.0" default-features = false [dependencies.derive_more] version = "0.99.5" [dependencies.euclid] version = "0.22.1" [dependencies.femtovg] version = "0.2.9" [dependencies.fontdb] version = "0.7.0" default-features = false [dependencies.image] version = "0.23.14" features = ["png", "jpeg"] default-features = false [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] version = "0.20" optional = true default-features = false [dependencies.rgb] version = "0.8.27" [dependencies.scoped-tls-hkt] version = "0.1" [dependencies.sixtyfps-common] version = "=0.1.6" [dependencies.sixtyfps-corelib] version = "=0.1.6" [dependencies.smallvec] version = "1.7" [dependencies.tiny-skia] version = "0.6" optional = true default-features = false [dependencies.ttf-parser] version = "0.14.0" [dependencies.unicode-script] version = "0.5.3" [dependencies.usvg] version = "0.20" features = ["text"] optional = true default-features = false [dependencies.vtable] version = "0.1" [dependencies.winit] version = "0.26" default-features = false [features] default = ["svg"] svg = ["resvg", "usvg", "tiny-skia"] wayland = ["winit/wayland", "glutin/wayland", "copypasta/wayland"] x11 = ["winit/x11", "glutin/x11", "copypasta/x11"] [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] version = "0.5" features = ["force_system_lib"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fontdb] version = "0.7.0" features = ["memmap"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.28" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.usvg] version = "0.20" features = ["text", "memmap-fonts"] optional = true default-features = false [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"] package = "web-sys" [target."cfg(target_family = \"windows\")".dependencies.font-kit] version = "0.10" features = [] [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"