msgbox 0.1.0

Simple, cross-platform message box GUI library. All it does is to show a message box modal with a OK button, which runs synchronously. All the other jobs stop until the user responds. It runs fine with OpenGL windows already open. It supports multi-platform, and maintains separate dependencies per platform, thus light-weight. - Synchronous Message Modal - Multi-platform (Linux GTK3+ and Windows yet) - Light-weight
Documentation
Build #60154 2017-06-06 10:52:10

# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading msgbox v0.1.0 Fresh libc v0.2.23 Fresh bitflags v0.8.2 Fresh bitflags v0.5.0 Fresh lazy_static v0.2.8 Fresh pkg-config v0.3.9 Fresh glib-sys v0.3.4 Fresh c_vec v1.2.1 Fresh cairo-sys-rs v0.3.4 Fresh gobject-sys v0.3.4 Fresh glib v0.1.3 Fresh gio-sys v0.3.4 Fresh pango-sys v0.3.4 Fresh atk-sys v0.3.4 Fresh gdk-pixbuf-sys v0.3.4 Fresh pango v0.1.3 Fresh gio v0.1.3 Fresh cairo-rs v0.1.3 Fresh gdk-pixbuf v0.1.3 Fresh gdk-sys v0.3.4 Fresh gdk v0.5.3 Fresh gtk-sys v0.3.4 Fresh gtk v0.1.3 Documenting msgbox v0.1.0 Running `rustdoc --crate-name msgbox .cargo/registry/src/github.com-1ecc6299db9ec823/msgbox-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gtk=/home/cratesfyi/cratesfyi/debug/deps/libgtk-16b0cd4e067a7330.rlib --extern-version gtk=gtk,0.1.3` Finished dev [unoptimized + debuginfo] target(s) in 1.55 secs