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

https://github.com/ubugeeei/gtk-poc


https://github.com/ubugeeei/gtk-poc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GTK in PoC rust

- [gtk-rs](https://gtk-rs.org/)
- [wikipedia]()
- [hands on](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_macos.html)
- [widgets](https://docs.gtk.org/gtk4/visual_index.html)
- [icons](https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html)

# Usage (macOS)

```sh
# init
$ make deps

$ cargo run
```