1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00

- Updated dependency information

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 11:15:43 +02:00
parent 8866895355
commit 7e44231295
2 changed files with 6 additions and 6 deletions

View File

@ -23,9 +23,9 @@ dub add birchwood
Birchwood depends on the following D libraries: Birchwood depends on the following D libraries:
* `libsnooze` (0.3.0) * `libsnooze` (atleast 1.0.0-beta)
* `eventy` (0.4.0) * `eventy` (atleast 0.4.0)
* `dlog` (0.3.19) * `dlog` (atleast 0.3.19)
## Usage ## Usage

View File

@ -5,9 +5,9 @@
], ],
"copyright": "Copyright © 2023, Tristan B. Kildaire", "copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": { "dependencies": {
"dlog": "0.3.19", "dlog": ">=0.3.19",
"eventy": "0.4.0", "eventy": ">=0.4.0",
"libsnooze": "1.0.0-beta" "libsnooze": ">=1.0.0-beta"
}, },
"description": "A sane IRC framework for the D language", "description": "A sane IRC framework for the D language",
"license": "LGPL-3.0", "license": "LGPL-3.0",