File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ func (a *Application) Run() error {
9999		return  errors .Errorf ("invalid window mode %T" , a .config .windowMode )
100100	}
101101
102- 	glfw .WindowHint (glfw .ContextVersionMajor , 4 )
103- 	glfw .WindowHint (glfw .ContextVersionMinor , 1 )
102+ 	glfw .WindowHint (glfw .ContextVersionMajor , 3 )
103+ 	glfw .WindowHint (glfw .ContextVersionMinor , 3 )
104104	glfw .WindowHint (glfw .OpenGLProfile , glfw .OpenGLCoreProfile )
105105	glfw .WindowHint (glfw .OpenGLForwardCompatible , glfw .True )
106106
Original file line number Diff line number Diff line change 55	"sync" 
66
77	"github.com/go-flutter-desktop/go-flutter/embedder" 
8- 	"github.com/go-gl/gl/v4.6 -core/gl" 
8+ 	"github.com/go-gl/gl/v3.3 -core/gl" 
99	"github.com/go-gl/glfw/v3.2/glfw" 
1010	"github.com/pkg/errors" 
1111)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments