Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWinxy committed Nov 1, 2022
1 parent 392367c commit bc8daf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Support for OpenGL:
- delay before swap - Nvidia only

Support for Vulkan:
- Vulkan 1.0, 1.1, 1.2
- Vulkan 1.0, 1.1, 1.2, 1.3
- MoltenVK support

_Note about compatibility_:
Expand Down Expand Up @@ -78,9 +78,4 @@ frame.addWindowListener(new WindowAdapter() {
// Destroy the surface to prevent leaks and errors
KHRSurface.vkDestroySurfaceKHR(instance, surface, null);
}});
```

## How to rebuild the MacOS native library
```
gcc -dynamiclib lwjgl3awt/*.m -o native/macosx/liblwjgl3awt.dylib -framework CoreFoundation -framework AppKit -framework MetalKit -framework Metal
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lwjglx</groupId>
<artifactId>lwjgl3-awt</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.2.0</version>
<name>LWJGLX/lwjgl3-awt</name>
<description>LWJGLX/lwjgl3-awt</description>
<inceptionYear>2016</inceptionYear>
Expand Down

0 comments on commit bc8daf5

Please sign in to comment.