Skip to content

Commit

Permalink
Fix soloud.d
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Apr 19, 2024
1 parent beff1d9 commit cd90f45
Show file tree
Hide file tree
Showing 9 changed files with 2,995 additions and 3,408 deletions.
37 changes: 37 additions & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled Object files
*.o
*.obj

# Compiled Static libraries
*.a
*.lib

# Executables
*.exe

# Dub files
.dub
dub.selections.json

# Dub test files
__test__library__
tests/

# Documentation
docs/
docs.json
__dummy.html

# Coverage files
*.lst

# Debug info
*.pdb

# Backup files
*~

# Shared libraries
*.dll
*.so
*.dylib
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions demo/dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "demo",
"description": "SoLoud demo",
"homepage": "https://github.com/gecko0307/bindbc-soloud",
"license": "BSL-1.0",
"authors": [
"Timur Gafarov"
],
"dependencies": {
"bindbc-soloud": { "path": ".." }
},
"buildRequirements": [
"allowWarnings"
],
"mainSourceFile": "src/main.d",
"targetType": "executable"
}
File renamed without changes.
Binary file modified lib/x64/soloud.dll
Binary file not shown.
Binary file modified lib/x86/soloud.dll
Binary file not shown.
923 changes: 461 additions & 462 deletions src/bindbc/soloud/binddynamic.d

Large diffs are not rendered by default.

Loading

0 comments on commit cd90f45

Please sign in to comment.