Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 601 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 601 Bytes

enamel

A pretty coating to protect the Rust inside.

An OpenGL™ interface overlay library for use with Glium.

This project is in very early stages but buttons and textboxes work just fine.

Usage

Add the following to your Cargo.toml:

[dependencies]
enamel = "0.2"

See examples for usage. Obviously documentation is sparse but there should be some rustdoc up eventually.