Skip to content
/ lorem Public

Gnome application for generate lorem ipsum paragraphs

License

Notifications You must be signed in to change notification settings

alt-art/lorem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lorem

Lorem Ipsum generator for prototype design

Compiling and run

You need the devel dependecies of gtk, the best ones for ubuntu distros is libgtk-3-dev librust-gdk-dev.

cargo build
target/debug/lorem
# or
cargo run

or Build a .deb

cargo deb