# 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.66.0" name = "piet-glow" version = "0.1.8" authors = ["John Nunley "] description = "A hardware-accelerated 2D graphics backend for piet using glow" homepage = "https://codeberg.org/notgull/piet-glow" readme = "README.md" keywords = [ "gpu", "graphics", "2d", ] categories = ["rendering::graphics-api"] license = "LGPL-3.0-or-later OR MPL-2.0" repository = "https://codeberg.org/notgull/piet-glow" [dependencies.bytemuck] version = "1.14.0" default-features = false [dependencies.glow] version = "0.12.2" default-features = false [dependencies.piet] version = "0.6.2" default-features = false [dependencies.piet-hardware] version = "0.5.0" [dependencies.tracing] version = "0.1.40" default-features = false [dev-dependencies.image] version = "0.24.7" features = [ "png", "jpeg", ] default-features = false [dev-dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [dev-dependencies.piet] version = "0.6.2" features = ["samples"] [dev-dependencies.tiny-skia] version = "0.11.3" [dev-dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.glutin] version = "0.30.9" features = [ "x11", "egl", "wgl", "glx", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.glutin-winit] version = "0.3.0" features = [ "x11", "glx", "egl", "wgl", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.raw-window-handle] version = "0.5.2" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.winit] version = "0.28.6" features = ["x11"] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "0.2.89" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.web_sys] version = "~0.3.66" features = [ "Document", "Element", "HtmlCanvasElement", "WebGl2RenderingContext", ] package = "web-sys"