Описание
Replace the usage of the AWT Frame by the native LWJGL Display, this fixes various issues like window scaling breaking stuff.
# Features
* deAWTs the game and makes Minecraft directly use the LWJGL Display
* Fixes colors being inverted on Apple M chips
* Restores the icon and window name after applaying the deAWT

* Fixes Display Scaling issues (the white area around a small windows when using anything but 100% scaling)
* Make the game use PrismLauncher Window Size settings
* Makes the game use the window title provided by PrismLauncher.
* This can be disabled using the `-DgambacUsePrismTitle=false` jvm argument or by setting the `gambacUsePrismTitle` environment variable to false
* Makes the game use the window icon provided by PrismLauncher.
* This can be disabled using the `-DgambacUsePrismIcon=false` jvm argument or by setting the `gambacUsePrismIcon` environment variable to false