Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nshtengauer committed Aug 5, 2024
2 parents 9c680ab + 88c00dd commit f71adc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Java\Kotlin tool for managing OpenGL contexts and windows.
# Dependency
```groovy
dependencies {
implementation 'com.huskerdev:grapl-gl-windows:2.0.3'
implementation 'com.huskerdev:grapl-gl-macos:2.0.3'
implementation 'com.huskerdev:grapl-gl-linux:2.0.3'
implementation 'com.huskerdev:grapl-gl-windows:2.1.0'
implementation 'com.huskerdev:grapl-gl-macos:2.1.0'
implementation 'com.huskerdev:grapl-gl-linux:2.1.0'
}
```

Expand All @@ -36,6 +36,7 @@ Available modules:
- ```grapl-gl-windows```
- ```grapl-gl-macos```
- ```grapl-gl-linux```
- ```grapl-ext-display``` - Display extension

# Usage

Expand Down Expand Up @@ -84,7 +85,6 @@ GLWindow().apply {

eventConsumer = windowEventConsumer {
onInit {
context.makeCurrent()
swapInterval = 1
GL.createCapabilities()
glClearColor(1f, 0f, 1f, 1f)
Expand Down

0 comments on commit f71adc9

Please sign in to comment.