项目作者: alt-art

项目描述 :
Gnome application for generate lorem ipsum paragraphs.
高级语言: Rust
项目地址: git://github.com/alt-art/lorem.git
创建时间: 2020-09-25T19:10:20Z
项目社区:https://github.com/alt-art/lorem

开源协议:GNU General Public License v3.0

下载


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.

  1. cargo build
  2. target/debug/lorem
  3. # or
  4. cargo run

or Build a .deb

  1. cargo deb