epomo 0.1.1

A tiny Pomodoro app written on top of egui.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# epomo
A tiny pomodoro app in Rust.

![image](https://user-images.githubusercontent.com/7150217/221366908-042bd8fb-368d-4362-b0e6-ee4536ad58e3.png)


## Installation
Installing through crates.io:
```console
cargo install epomo
```
Alternatively if you wish to install directly from this repository:
```console
cargo install --git https://github.com/tatupesonen/epomo
```