[dependencies.iced_core]
version = "0.3"
[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 = []
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/ajour/ajour"
license = "MIT"
name = "ajour-widgets"
repository = "https://github.com/ajour/ajour"
version = "1.0.1"