[dependencies.iced_glow]
optional = true
version = "0.1"
[dependencies.iced_graphics]
version = "0.1"
[dependencies.iced_native]
version = "0.3"
[dependencies.iced_wgpu]
optional = true
version = "0.3"
[features]
default = ["wgpu"]
opengl = ["iced_glow"]
wgpu = ["iced_wgpu"]
[package]
authors = ["Casper Rogild Storm", "tarkah <admin@tarkah.dev>"]
description = "Widget library for Ajour"
edition = "2018"
homepage = "https://github.com/casperstorm/ajour"
license = "MIT"
name = "ajour-widgets"
repository = "https://github.com/casperstorm/ajour"
version = "0.5.4-rc.1"