Skip to content

Commit

Permalink
Bump lacking adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
mokiat committed Sep 10, 2024
1 parent ac3a531 commit 2f1d626
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/game/app_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func runApplication() error {

cfg := glapp.NewConfig("Rally MKA", 1024, 576)
cfg.SetFullscreen(true)
cfg.SetMaximized(true)
cfg.SetMaximized(false)
cfg.SetMinSize(1024, 576)
cfg.SetVSync(true)
cfg.SetIcon("ui/images/icon.png")
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/mokiat/gog v0.13.1
github.com/mokiat/gomath v0.9.0
github.com/mokiat/lacking v0.20.0
github.com/mokiat/lacking-js v0.20.0
github.com/mokiat/lacking-native v0.20.0
github.com/mokiat/lacking-js v0.20.1
github.com/mokiat/lacking-native v0.20.1
github.com/mokiat/lacking-studio v0.20.0
github.com/x448/float16 v0.8.4
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ github.com/mokiat/gomath v0.9.0 h1:dzhjuCouMIcw9BYOfWF70WbA8MlgyP0li9W1Be3HDfc=
github.com/mokiat/gomath v0.9.0/go.mod h1:RiglRYxDOMcucDUBYLCN16wIsMfSHXtCuGkQ9gLcghE=
github.com/mokiat/lacking v0.20.0 h1:FTM+k0ig5dS4AmUnTQh5CL0DIVzpi6Yu4jCtYUX19sE=
github.com/mokiat/lacking v0.20.0/go.mod h1:6cnnOGvDFnzIogRCeBEIsjLG/rJj4xXLfSTfg5cLylY=
github.com/mokiat/lacking-js v0.20.0 h1:X62MMiyf3r/BMKB0uirKZ7GPZFsQLltfBFzK2YcLz2s=
github.com/mokiat/lacking-js v0.20.0/go.mod h1:YPh9vD1ACJzfKq6UpxJlZ6L/n2I+yqo9fiGmrFtZ3us=
github.com/mokiat/lacking-native v0.20.0 h1:S3qqvRNpOZ3FQQV7vfT4jpUgnR9Du2jBUCYd75TKDSs=
github.com/mokiat/lacking-native v0.20.0/go.mod h1:Nnil0OkuxQlmWOy87YfwcWCkMSBooIkEi6OnUT1sW6Y=
github.com/mokiat/lacking-js v0.20.1 h1:QAyF+coCZUQgDzDtqEnSxG4Ni0FeVJe8vqQ+T1a1rjg=
github.com/mokiat/lacking-js v0.20.1/go.mod h1:YPh9vD1ACJzfKq6UpxJlZ6L/n2I+yqo9fiGmrFtZ3us=
github.com/mokiat/lacking-native v0.20.1 h1:oevV7qMWbFpyznK5Len3PJm4iTs61+ZW8JZzRL7MjgM=
github.com/mokiat/lacking-native v0.20.1/go.mod h1:Nnil0OkuxQlmWOy87YfwcWCkMSBooIkEi6OnUT1sW6Y=
github.com/mokiat/lacking-studio v0.20.0 h1:blsjeQs6/L5tzlG6Roe7EEOfWohBbwmpF3Upd73EvqA=
github.com/mokiat/lacking-studio v0.20.0/go.mod h1:wF5AtxY3BowDCYQBlzTyXM6vvbEzVDa1uARfcg6EVVU=
github.com/mokiat/wasmal v0.1.0 h1:oXB0FyLdHx43MMhjDSIHY7gqgVhscBtR+zhtZONNg4c=
Expand Down

0 comments on commit 2f1d626

Please sign in to comment.