relm-core 0.14.5

Core streams and event loop primitives for asynchronous GUI in Rust. Foundation for the relm crate.
Documentation
[package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
categories = ["asynchronous", "gui"]
description = "Core streams and event loop primitives for asynchronous GUI in Rust. Foundation for the relm crate."
documentation = "https://docs.rs/relm-core/"
license = "MIT"
name = "relm-core"
repository = "https://github.com/antoyo/relm"
version = "0.14.5"

[dependencies]
glib = "^0.5.0"
glib-sys = "^0.6.0"
gtk = "^0.4.0"
libc = "^0.2.39"

[dev-dependencies]
chrono = "0.4"
glib = "^0.5.0"