Skip to content

Commit

Permalink
chore: extend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Mar 17, 2024
1 parent 8fbaa57 commit 57847ce
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@ nosleep
.unwrap();
std::thread::sleep(std::time::Duration::from_millis(180_000));
nosleep.stop().unwrap(); // Not strictly needed
```
```

## Supported Platforms

| Platform | Status |
|----------|--------|
| Linux | ✔️ |
| macOS | ✔️ |
| Windows | ✔️ |
| iOS | ⚠️ |
| Android ||

0 comments on commit 57847ce

Please sign in to comment.