https://github.com/ubugeeei/gtk-poc
https://github.com/ubugeeei/gtk-poc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ubugeeei/gtk-poc
- Owner: ubugeeei
- Created: 2022-09-24T03:35:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T03:44:06.000Z (over 2 years ago)
- Last Synced: 2025-03-24T19:50:00.820Z (2 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```