https://github.com/xuthus5/coco
A Developer Tool Building by GTK4(meson+gtk4+Adwaita).
https://github.com/xuthus5/coco
adwaita gtk4 libadwaita meson toolkit
Last synced: 3 months ago
JSON representation
A Developer Tool Building by GTK4(meson+gtk4+Adwaita).
- Host: GitHub
- URL: https://github.com/xuthus5/coco
- Owner: xuthus5
- License: other
- Created: 2022-01-19T13:19:27.000Z (over 4 years ago)
- Default Branch: uploader-standalone
- Last Pushed: 2022-11-13T16:16:24.000Z (over 3 years ago)
- Last Synced: 2025-12-26T05:59:34.278Z (6 months ago)
- Topics: adwaita, gtk4, libadwaita, meson, toolkit
- Language: C
- Homepage:
- Size: 297 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### compile
```shell
meson setup builddir
meson compile -C builddir
./builddir/src/coco-uploader
# windows
meson install -C builddir
```