Skip to content

Commit

Permalink
Merge pull request #48 from drug007/update-dependency-versions
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
drug007 authored Jul 27, 2024
2 parents 89fd64c + 56b40a4 commit f225638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
6 changes: 2 additions & 4 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ description "Port of nanogui to dlang."
license "BSD-like"
authors "drug007"
copyright "Copyright © 2018-2024, drug007"
dependency "arsd-official:nanovega" version="~>11.3.0"
dependency "gfm:math" version="~>8.0.6"
dependency "gfm7:opengl" version="~>1.2.0"
dependency "gfm7:sdl2" version="~>1.2.0"
dependency "arsd-official:nanovega" version="~>11.4.2"
dependency "gfm7" version="~>2.0.0"
dependency "auxil" version="*" path="./auxil"
21 changes: 0 additions & 21 deletions examples/sdl/dub.selections.json

This file was deleted.

2 changes: 1 addition & 1 deletion source/nanogui/sdlapp.d
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SdlApp
The system failed to load the library. Usually this means that either the library or one of its dependencies could not be found.
*/
}
else if(SDLSupport.badLibrary) {
else if(ret == SDLSupport.badLibrary) {
/*
This indicates that the system was able to find and successfully load the library, but one or more symbols the binding expected to find was missing. This usually indicates that the loaded library is of a lower API version than the binding was configured to load, e.g., an SDL 2.0.2 library loaded by an SDL 2.0.10 configuration.
Expand Down

0 comments on commit f225638

Please sign in to comment.