fix: examples require threading package

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2025-01-22 23:58:42 +01:00
parent 2c99d183ba
commit f05bbbd294
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ srcDir = "src"
requires "nim >= 1.6.0" requires "nim >= 1.6.0"
taskrequires "examples", "threading"
taskrequires "examples_debug", "threading"
let examples = @[ let examples = @[
"info", "info",
"list_all_properties", "list_all_properties",