aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Publish 0.5.1Pierre Chevalier2016-04-131-1/+1
| | | | - to make the fix for #748 available to the repos downstream that need it
* Publish 0.5.0tomaka2016-04-061-1/+1
|
* Update gl_generator to v0.5Brendan Zabarauskas2016-03-241-2/+1
|
* Update objc to 0.2.Steven Sheldon2016-03-201-7/+7
|
* Add support for navigation keysManish Goregaokar2016-03-171-9/+9
|
* Fix Mac build by bumping core-graphics.Corey Farwell2016-03-141-1/+1
| | | | At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
* Pin core-graphics to 0.2 since cocoa 0.2.4 doesJack Moffitt2016-03-081-1/+1
|
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-011-0/+7
| | | | I followed the steps of @mneumann.
* TouchpadPressure eventPaul Rouget2016-02-261-2/+2
|
* Merge pull request #723 from petevine/mastertomaka2016-02-141-0/+7
|\ | | | | Add the new `i586` target in Cargo.toml
| * Update Cargo.tomlpetevine2016-02-141-0/+7
| |
* | Publish 0.4.8Pierre Krieger2016-02-091-2/+2
| |
* | Merge branch 'master' of http://github.com/tomaka/gl-init-rsPierre Krieger2016-02-091-4/+8
|\ \
| * | Update the emscripten port of glutinPierre Krieger2016-02-091-3/+0
| | |
| * | Update Cargo.tomlpetevine2016-02-011-0/+7
| |/
| * Merge pull request #716 from mmatyas/typofixtomaka2016-02-011-1/+1
| |\ | | | | | | Typo fix in package description
| | * Typo fix in package descriptionMátyás Mustoha2016-02-011-1/+1
| | |
* | | Publish 0.4.7Pierre Krieger2016-01-291-1/+1
|/ /
* / Publish 0.4.6tomaka2016-01-281-1/+1
|/
* Dependency fixMarcell Pardavi2015-12-311-7/+6
|
* Publish 0.4.5Ruben Bakker2015-12-291-1/+1
|
* api/wayland: fix Window not being Send+SyncVictor Berger2015-12-221-6/+6
|
* api/wayland: add keyboard support.Victor Berger2015-12-221-6/+6
|
* api/wayland: update wayland-client to 0.5.3Victor Berger2015-12-221-18/+18
|
* api/wayland: Reset to empty API.Victor Berger2015-12-221-18/+18
| | | | In order to build the whole new structure.
* Publish 0.4.4tomaka2015-12-201-1/+1
|
* Update some librariesSimon Sapin2015-12-011-4/+4
|
* Merge pull request #646 from adambadawy/mastertomaka2015-11-111-6/+6
|\ | | | | Fix fullscreen on X11
| * Update x11-dlAdam Badawy2015-10-271-6/+6
| |
* | Publish 0.4.2Pierre Krieger2015-11-091-1/+1
| |
* | Update to libc 0.2, remove unnecessary gl_common cratemitchmindtree2015-11-091-12/+12
| |
* | Lock objc version, add casts to appease libc pointer type conflict. Closes #654mitchmindtree2015-11-081-7/+7
| |
* | Fix the libc breakagePierre Krieger2015-11-041-2/+2
|/
* Publish 0.4.0Pierre Krieger2015-10-031-1/+1
|
* Update khronos_api to 0.0.8Pierre Krieger2015-10-031-1/+1
|
* Remove the window feature entirelyPierre Krieger2015-10-031-4/+0
|
* Update the gl_generator dependencyPierre Krieger2015-09-301-3/+3
|
* Merge pull request #606 from paulrouget/NSFullSizeContentViewWindowMasktomaka2015-09-231-1/+1
|\ | | | | Use NSFullSizeContentViewWindowMask for decoration-less windows
| * Update cocoa versionPaul Rouget2015-09-231-1/+1
| |
* | Merge pull request #611 from vvuk/win32tomaka2015-09-231-4/+4
|\ \ | |/ |/| fix up win32 support
| * win32: Bump user32-sys req for MapVirtualKeyAVladimir Vukicevic2015-09-221-4/+4
| |
* | Merge pull request #610 from mbrubeck/android-touchtomaka2015-09-221-1/+1
|\ \ | |/ |/| Support multi-touch events on Android
| * Support multi-touch events on AndroidMatt Brubeck2015-09-221-1/+1
| | | | | | | | Depends on tomaka/android-rs-glue#64.
* | make glutin compile on all iOS targetsTim Neumann2015-09-211-0/+3
| |
* | Publish 0.3.6tomaka2015-09-121-1/+1
| |
* | Bump gl_generator to 0.0.27Anthony Ramine2015-09-121-1/+1
|/
* Merge pull request #585 from frewsxcv/httpstomaka2015-08-301-1/+1
|\ | | | | Use HTTPS for doc hyperlink
| * Use HTTPS for doc hyperlinkCorey Farwell2015-08-271-1/+1
| |
* | Make it work on DragonFly/FreeBSDMichael Neumann2015-08-301-0/+14
|/ | | | Tested on DragonFly BSD. Should work similarily on FreeBSD.
* Cleanup unused import stuffPeter Atashian2015-08-211-0/+8
| | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com>