An open API service indexing awesome lists of open source software.

https://github.com/studyresearchprojects/gtk-rs-quick-example

A quick sample of gtk-rs library for building desktop interfaces with rust-lang.
https://github.com/studyresearchprojects/gtk-rs-quick-example

gtk gtk-rs rust rust-lang sample

Last synced: 6 months ago
JSON representation

A quick sample of gtk-rs library for building desktop interfaces with rust-lang.

Awesome Lists containing this project

README

          

# gtk-rs-quick-example
A quick sample of `gtk-rs` library for building desktop interfaces with rust-lang.

## Getting Started

1. Install OS dependencies pointed out in the following site:
[OS Requirements](https://gtk-rs.org/docs-src/requirements.html)

2. Clone the following repository
```bash
git clone https://github.com/estebanborai/gtk-rs-quick-example.git
```

3. Run with `cargo` CLI
```bash
cd gtk-rs-quick-example/
cargo run
```