Update README
Add information about how to use library with DUB package manager
This commit is contained in:
parent
65c6ea4489
commit
9bf6f84d45
1 changed files with 7 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue