Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire b0d0b19a4a - Added `tasky.engine` module
- Added `tasky.engine` module to the `tasky` package
2023-05-03 18:41:03 +02:00
Tristan B. Velloza Kildaire 0051099c1f - Updated the `.gitignore` 2023-05-03 18:40:27 +02:00
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ tasky-test-*
*.lst
dub.selections.json
.gitignore
libtasky.a

2
source/tasky/engine.d Normal file
View File

@ -0,0 +1,2 @@
module tasky.engine;

View File

@ -1,3 +1,3 @@
module tasky;
// TODO: do this
public import tasky.engine;