aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Publish 0.3.5Pierre Krieger2015-08-211-1/+1
|
* Update wayland backend to draw decorations.Victor Berger2015-08-161-4/+8
| | | | | | | | Integrate with wayland-window crate to draw decorations allowing resize & move of the window. Leaving the wayland backend as disabled until full usability is ensured.
* Publish 0.3.4Pierre Krieger2015-07-251-1/+1
|
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-0/+6
| | | | | | * Adding dependencies * Replacing `i8` with `c_char` ot `_` (since `c_char` can be unsigned on some platforms, aarch64 is one of them)
* Publish 0.3.3tomaka2015-07-221-1/+1
|
* Publish 0.3.2Pierre Krieger2015-07-191-1/+1
|
* Merge pull request #510 from robertknight/x11_xinput2tomaka2015-07-181-3/+3
|\ | | | | Use XInput2 for event handling
| * Bump x11-dl dependency to 2.xRobert Knight2015-07-081-3/+3
| | | | | | | | This brings in XInput2 support.
* | Fix the winapi build and publish 0.3.1Pierre Krieger2015-07-141-4/+4
| |
* | Publish 0.3.0Pierre Krieger2015-07-121-1/+1
| |
* | Merge pull request #511 from thelink2012/drop-win32tomaka2015-07-091-0/+3
|\ \ | | | | | | [0.3] DroppedFile event for Win32
| * | DroppedFile event for Win32Denilson M. Amorim2015-06-231-0/+3
| | |
* | | Test glutin with MSVC++Pierre Krieger2015-07-041-1/+1
| | |
* | | Merge pull request #477 from rozaliev/feature/iostomaka2015-06-291-0/+12
|\ \ \ | |_|/ |/| | [WIP] ios support
| * | [add] ios supportEvgeny Rozaliev2015-06-051-0/+12
| | |
* | | Publish 0.2.2tomaka2015-06-271-1/+1
| | |
* | | Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-1/+1
| | |
* | | Publish 0.2.1Pierre Krieger2015-06-231-1/+1
| | |
* | | Update wayland dependency to 0.2.Victor Berger2015-06-231-6/+6
| |/ |/|