From 9bf6f84d45e1eea4574ff95ba5e1d052576c89c6 Mon Sep 17 00:00:00 2001 From: Mergul Date: Wed, 18 Jan 2023 15:09:25 +0100 Subject: [PATCH] Update README Add information about how to use library with DUB package manager --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f52b93..14e6d75 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Bubel ECS was tested on Linux, Windows, Android and WASM. **Currently library is in beta stage so some significant API changes can appear.** +Package is available on [DUB package repository](https://code.dlang.org/packages/bubel-ecs). Usage: +``` + "dependencies": { + "bubel-ecs": "~>0.1.1" + } +``` + ## Design For core information about Entity-Component-System architectural pattern please read definition described at [Wikipedia](https://en.wikipedia.org/wiki/Entity_component_system).