aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add links to documentationPierre Krieger2014-12-171-0/+2
|
* Remove obsolete README message about win32tomaka2014-12-041-1/+0
|
* Remove obsolete notice in READMETomaka172014-11-111-1/+0
|
* Merge pull request #90 from tomaka/remove-glflushtomaka2014-10-311-0/+1
|\ | | | | Remove call to glFlush() before swap_buffers on win32
| * Remove call to glFlush() before swap_buffersTomaka172014-10-291-0/+1
| | | | | | | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin.
* | Update README.mdtomaka2014-10-291-2/+1
|/
* Update README.mdtomaka2014-10-281-4/+6
|
* Update README.mdtomaka2014-10-131-3/+3
|
* Added Gitter badgeThe Gitter Badger2014-10-041-0/+1
|
* Update README.mdtomaka2014-10-031-1/+1
|
* Rename gl-init-rs to glutin in the READMEtomaka2014-10-031-5/+4
|
* Rename crate to glutinTomaka172014-09-211-2/+2
|
* Update README.mdtomaka2014-09-191-0/+3
|
* Add platform-specific notes in READMETomaka172014-09-151-0/+28
|
* Update README.mdtomaka2014-09-071-2/+2
|
* get_proc_address now returns a libc::c_voidTomaka172014-08-111-1/+1
|
* Update README.mdtomaka2014-08-031-3/+1
|
* Update README.mdtomaka2014-08-021-1/+1
|
* make_current() is now unsafeTomaka172014-07-301-1/+1
|
* Add "try it!" to READMEtomaka2014-07-281-0/+9
|
* Draft for monitor APITomaka172014-07-271-1/+1
|
* Add example to READMEPierre Krieger2014-07-271-0/+28
|
* Initial commitTomaka172014-07-271-0/+3