mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-03-13 03:09:17 +02:00
23 lines
292 B
Markdown
23 lines
292 B
Markdown
|
# dulcepan
|
||
|
|
||
|
A (WIP) screenshot tool.
|
||
|
|
||
|
Discuss in [#eclairs on Libera.Chat].
|
||
|
|
||
|
[#eclairs on Libera.Chat]: https://web.libera.chat/#eclairs
|
||
|
|
||
|
## Building
|
||
|
|
||
|
```sh
|
||
|
meson setup build/
|
||
|
ninja -C build/
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
GPL-3.0-only
|
||
|
|
||
|
See `LICENSE` for more information.
|
||
|
|
||
|
Copyright © 2024 Kirill Primak
|