Skip to content

Commit

Permalink
Use hardcoded versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Oct 28, 2024
1 parent 4f6626b commit 2dbbee6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

"dependencies": {
"dlib": "~>1.3",
"bindbc-loader": "~>1.1",
"bindbc-opengl": "~>1.1",
"bindbc-sdl": "~>1.4",
"bindbc-loader": "1.1.4",
"bindbc-opengl": "1.1.1",
"bindbc-sdl": "1.4.8",
},

"versions": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/ftfont/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"dagon": "*",
"bindbc-freetype": "~>1.2"
"bindbc-freetype": "1.2.6"
},
"versions": [
"FT_28"
Expand Down
2 changes: 1 addition & 1 deletion extensions/lua/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"dagon": "*",
"bindbc-lua": "~>0.6"
"bindbc-lua": "0.6.1"
},
"versions": [
"LUA_54"
Expand Down
2 changes: 1 addition & 1 deletion extensions/newton/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"dagon": "*",
"bindbc-newton": "~>0.3"
"bindbc-newton": "0.3.1"
},

"copyFiles-linux-x86_64": [
Expand Down

0 comments on commit 2dbbee6

Please sign in to comment.