Skip to content

Commit da2c54c

Browse files
committed
add libevent dep
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent ce84efb commit da2c54c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Simple API for submitting and managing tasks
2121

2222
>[!NOTE]
23-
> While this Task Manager is designed for use in Supranim applications, it can also be used in other Nim projects that need background task processing. Ensure you have Libevent installed and properly linked when using this package.
23+
> This task manager can also be used in other Nim projects that need background task processing. Ensure you have Libevent installed and properly linked when using this package.
2424
2525

2626
### Example usage

tasks.nimble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ srcDir = "src"
1010
# Dependencies
1111

1212
requires "nim >= 2.0.0"
13+
requires "libevent >= 0.1.1"

0 commit comments

Comments
 (0)