[package] name = "cedar" version = "0.1.1" authors = ["Tom Schroeder "] description = "Reactive, functional library for creating GUI applications" documentation = "https://docs.rs/crate/cedar" homepage = "https://github.com/jtomschroeder/cedar" repository = "https://github.com/jtomschroeder/cedar" readme = "README.md" license = "MIT" keywords = ["frp", "gui"] [dependencies] crossbeam = "0.2.10" [target.'cfg(target_os = "linux")'.dependencies] gtk = { version = "0.1.2" } [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.7" objc = "0.2" core-graphics = "0.6" gtk = { version = "0.1.2", optional = true }