An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/gtoolkit-glutin

GToolkit bindings to Glutin
https://github.com/feenkcom/gtoolkit-glutin

Last synced: over 1 year ago
JSON representation

GToolkit bindings to Glutin

Awesome Lists containing this project

README

          

# GToolkit-Glutin

GToolkit bindings to [Glutin](https://github.com/rust-windowing/glutin) and [Winit](https://github.com/rust-windowing/winit).

## Installation

```smalltalk
EpMonitor current disable.
[
Metacello new
baseline: 'Glutin';
repository: 'github://feenkcom/gtoolkit-glutin:main/src';
load
] ensure: [ EpMonitor current enable ].
```