GToolkit bindings to euclid - a small library for geometric types with a focus on 2d graphics and layout
# GToolkit-Euclid 
GToolkit bindings to [euclid](https://github.com/servo/euclid) - a small library for geometric types with a focus on 2d graphics and layout
## Installation
```smalltalk
EpMonitor current disable.
[
Metacello new
baseline: 'GToolkitEuclid';
repository: 'github://feenkcom/gtoolkit-euclid';
load
] ensure: [ EpMonitor current enable ].
```