beemovie-gui

Crates.iobeemovie-gui
lib.rsbeemovie-gui
version0.1.0
sourcesrc
created_at2020-12-19 04:45:23.468577
updated_at2020-12-19 04:45:23.468577
descriptionBee Movie GUI written in GTK3
homepage
repositoryhttps://github.com/roosterchicken/beemovie-rs
max_upload_size
id324516
size58,797
(roosterchicken)

documentation

README

beemovie-gui

Barry Benson

Building

You need the GTK+ 3, Glib, GDK3, and Cairo development libraries to build this repository.

Arch Linux

sudo pacman -S gtk3 glib2 cairo

Debian/Ubuntu

sudo apt install libgtk-3-dev libglib2.0-dev libgdk-pixbuf-2.0-dev libcario2-dev

To compile and install a build with no features enabled, run

cargo install beemovie-gui

To compile and install a build with all the features enabled, run

cargo install beemovie-gui --features discord,notify

Usage

Click the Barry button to generate a Paragraph from the Bee Movie. If the notify feature is enabled, beemovie-gui should send a notification with the paragraph so can remember the wise words of Barry Benson.

Commit count: 19

cargo fmt