Skip to content

Commit cd90f45

Browse files
committed
Fix soloud.d
1 parent beff1d9 commit cd90f45

File tree

9 files changed

+2995
-3408
lines changed

9 files changed

+2995
-3408
lines changed

demo/.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Compiled Object files
2+
*.o
3+
*.obj
4+
5+
# Compiled Static libraries
6+
*.a
7+
*.lib
8+
9+
# Executables
10+
*.exe
11+
12+
# Dub files
13+
.dub
14+
dub.selections.json
15+
16+
# Dub test files
17+
__test__library__
18+
tests/
19+
20+
# Documentation
21+
docs/
22+
docs.json
23+
__dummy.html
24+
25+
# Coverage files
26+
*.lst
27+
28+
# Debug info
29+
*.pdb
30+
31+
# Backup files
32+
*~
33+
34+
# Shared libraries
35+
*.dll
36+
*.so
37+
*.dylib
File renamed without changes.
File renamed without changes.

demo/dub.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "demo",
3+
"description": "SoLoud demo",
4+
"homepage": "https://github.com/gecko0307/bindbc-soloud",
5+
"license": "BSL-1.0",
6+
"authors": [
7+
"Timur Gafarov"
8+
],
9+
"dependencies": {
10+
"bindbc-soloud": { "path": ".." }
11+
},
12+
"buildRequirements": [
13+
"allowWarnings"
14+
],
15+
"mainSourceFile": "src/main.d",
16+
"targetType": "executable"
17+
}
File renamed without changes.

lib/x64/soloud.dll

138 KB
Binary file not shown.

lib/x86/soloud.dll

119 KB
Binary file not shown.

src/bindbc/soloud/binddynamic.d

Lines changed: 461 additions & 462 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)