fltk-theme 0.2.1

A theming crate for fltk-rs
[package]
name = "fltk-theme"
version = "0.2.1"
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>"]
edition = "2018"
description = "A theming crate for fltk-rs"
repository = "https://github.com/fltk-rs/fltk-theme"
documentation = "https://docs.rs/fltk-theme"
keywords = ["gui", "ui", "widgets", "bindings", "graphics"]
categories = ["gui"]
readme = "README.md"
license = "MIT"
exclude = ["/screenshots", "./examples"]

[dependencies]
fltk = "1.1.6"

[target.'cfg(target_os = "macos")'.dependencies]
cocoa-colors = "0.1"
lazy_static = "1.4"