rui 0.3.0

Experimental Declarative UI library
Documentation
[workspace]
resolver = "2" # What does this do?

[package]
name = "rui"
description = "Experimental Declarative UI library"
version = "0.3.0"
license = "MIT"
readme = "README.md"
authors = ["Taylor Holliday <taylor@audulus.com>"]
keywords = ["ui", "gui", "declarative"]
categories = ["gui"]
repository = "https://github.com/audulus/rui"
edition = "2018"
exclude = [ "screenshots/*" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = [ "winit" ]

[dependencies]
euclid = "0.22.6"
tao = { version = "0.8.2", optional = true }
wgpu = "0.12.0"
futures = "0.3"
vger = "0.2.0"
accesskit = "0.3.0"
lazy_static = "1.4.0"
winit = { version = "0.26.1", optional = true }