Skip to content

Commit fbec204

Browse files
committed
Add DUB shields
1 parent cd90f45 commit fbec204

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[![DUB Package](https://img.shields.io/dub/v/bindbc-soloud.svg)](https://code.dlang.org/packages/bindbc-soloud)
2-
31
# bindbc-soloud
42
BindBC binding to [SoLoud sound engine](https://github.com/jarikomppa/soloud). Comes with a generator script in Python and a `soloud.d` wrapper module.
53

6-
Usage example:
4+
[![DUB Package](https://img.shields.io/dub/v/bindbc-soloud.svg)](https://code.dlang.org/packages/bindbc-soloud)
5+
[![DUB Downloads](https://img.shields.io/dub/dm/bindbc-soloud.svg)](https://code.dlang.org/packages/bindbc-soloud)
6+
7+
## Usage example
8+
79
```d
810
import soloud;
911

0 commit comments

Comments
 (0)