Skip to content

Commit

Permalink
Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
eresid committed Nov 12, 2017
1 parent f581ae8 commit 9c92aa7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.dub
docs.json
__dummy.html
docs/
examples.so
examples.dylib
examples.dll
examples.a
examples.lib
examples-test-*
*.exe
*.o
*.obj
*.lst
7 changes: 7 additions & 0 deletions examples/dub.sdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name "example1"
description "Simple example for StormLib library."
authors "Yevhen Sakara"
copyright "Copyright © 2017, Yevhen Sakara"
license "MIT"

dependency "stormlib" path="../"
File renamed without changes.

0 comments on commit 9c92aa7

Please sign in to comment.