Commit graph

357 commits

Author SHA1 Message Date
tomaka
132753ebda Release 0.0.14 2015-03-25 21:38:12 +01:00
Steven Sheldon
4b1cfe8801 Updated to use objc lib. 2015-03-25 10:08:42 -04:00
Steven Sheldon
9e96fdb288 Cleaned up OSX dependencies. 2015-03-25 10:07:54 -04:00
tomaka
63d2cd263e Fix the description in Cargo.toml 2015-03-25 10:52:42 +01:00
tomaka
fce9b40deb Release 0.0.13 2015-03-23 07:47:13 +01:00
tomaka
3ad95d5867 Release 0.0.12 2015-03-21 13:58:55 +01:00
tomaka
8eac00f007 Depend on glutin_core_foundation instead of core_foundation 2015-03-20 07:20:53 +01:00
tomaka
3117ab5b2d Publish version 0.0.10 2015-03-19 14:44:34 +01:00
Pierre Krieger
330767d0c3 Pull all dependencies from crates.io 2015-03-13 21:24:59 +01:00
Pierre Krieger
896c8b11af Switch to new I/O in build.rs 2015-03-13 10:21:27 +01:00
tomaka
277b66a708 Bump version 2015-03-08 10:39:53 +01:00
Andreas Gal
16a934fc94 bump version 2015-02-23 23:50:17 +01:00
tomaka
424dbb29ed Bump version 2015-02-21 18:11:26 +01:00
Pierre Krieger
c3ab907e04 Setup deployment on crates.io 2015-02-15 14:13:26 +01:00
Pierre Krieger
28955c69d0 Update with libc change 2015-02-06 09:21:55 +01:00
Peter Atashian
33cd252f99 Upgrade to latest winapi
Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-01-25 21:52:17 -05:00
Pierre Krieger
b05ef16d81 Implement vsync for x11 and add vsync example 2015-01-23 09:33:22 +01:00
Pierre Krieger
c2c43b80b3 Fix for changes in winapi 2015-01-18 13:48:43 +01:00
Pierre Krieger
7557dc52fc Update for rustc/cargo 2015-01-17 18:02:22 +01:00
tomaka
318f0d2d06 Merge pull request #191 from sbward/osx-1.0-alpha
OSX compatibility for Rust 1.0 alpha
2015-01-12 21:21:53 +01:00
Sam Ward
2b0a70e69b Revert arch_64 feature flag for rust-cocoa 2015-01-11 16:26:26 -08:00
Sam Ward
879f61dbbc OSX compatibility for Rust 1.0 alpha 2015-01-10 01:56:47 -08:00
Pierre Krieger
5a20f0af6b Bump version number 2015-01-10 08:55:51 +01:00
Pierre Krieger
4c5e430dd3 Update for Rustc 2015-01-03 23:15:39 +01:00
Pierre Krieger
f68bf85a85 Fix dependencies erroneously removed 2014-12-31 23:10:29 +01:00
Pierre Krieger
fb42768a14 Bump version number 2014-12-30 11:18:42 +01:00
Pierre Krieger
9d7cfb4a32 Use gl_common and gl_generator from crates.io 2014-12-30 10:51:45 +01:00
Pierre Krieger
b9a6366f96 Update for changes in Send/Sync traits 2014-12-30 08:20:50 +01:00
Pierre Krieger
7f6f4f8d04 Update for gl_generator's changes 2014-12-24 08:12:10 +01:00
Pierre Krieger
452514a863 Add links to documentation 2014-12-17 10:57:13 +01:00
Pierre Krieger
61a4c4b75f Use "winapi" from crates.io 2014-12-17 07:29:45 +01:00
Pierre Krieger
ffba8564c8 Remove the dependency to compile_msg 2014-12-04 20:44:12 +01:00
Pierre Krieger
3cf487ac70 Use the winapi crate instead of our own ffi 2014-12-02 14:58:20 +01:00
Brendan Zabarauskas
9bf954d049 Use servo/rust-cocoa 2014-11-20 15:33:01 +11:00
Pierre Krieger
1c69819084 Add readme in Cargo.toml 2014-11-14 08:54:04 +01:00
Pierre Krieger
fc7cfac41c Version 0.0.2 2014-11-14 08:51:37 +01:00
Tomaka17
7268082b76 Add some metadata in Cargo.toml 2014-11-13 09:01:30 +01:00
Glenn Watson
62bbcdbf09 Add gl_common dependency to fix android build. 2014-11-11 10:42:11 +10:00
David Partouche
2d76e0666f Added fullscreen support to osx 2014-11-06 16:40:30 +01:00
David Partouche
0ce2fd00dd Switched to own repos for osx bindings 2014-11-05 11:17:58 +01:00
David Partouche
9dd592600a Retrieve the monitors and their info for osx 2014-11-04 18:03:38 +01:00
Tomaka17
2c029f3fa3 android_glue is now a platform-specific dependency 2014-10-31 07:17:48 +01:00
Tomaka17
1d9ceb9ddf Update for Cargo's platform-specific dependencies 2014-10-21 21:25:30 +02:00
Tomaka17
6d34ef7a3d Revert temporary fix for rust-core-foundation 2014-10-14 14:44:26 +02:00
Tomaka17
4a654b561e Temporary fix to outdated rust-core-foundation 2014-10-14 14:43:38 +02:00
Tomaka17
e565bfeb13 Implement headless rendering 2014-10-09 15:55:42 +02:00
Tomaka17
cfb0cb7001 Use Cargo features to opt out of the makefile
See #46
2014-10-06 20:32:47 +02:00
David Partouche
db578e6e1c Refactored window initialisation code for cocoa, making it more memory safe 2014-10-06 18:23:31 +02:00
David Partouche
c38110cac7 Cocoa opens a window with OpenGL context inside 2014-10-06 18:23:31 +02:00
Tomaka17
02ba9d33d7 Rename crate to glutin 2014-09-21 11:34:41 +02:00
Tomaka17
2af367b55c Use the gl_generator macro to generate the bindings for WGL 2014-09-12 15:51:43 +02:00
Tomaka17
3cad622ee8 Examples now using a support module to draw 2014-09-12 08:53:31 +02:00
Tomaka17
0bb82e8467 Add basic support for Android 2014-09-11 18:28:07 +02:00
Tomaka17
ca83db39c7 Rename gl-init-rs to gl_init
Fix #20
2014-08-13 13:42:59 +02:00
Tomaka17
391c4e525c Now using compile_msg crate instead of static_assert 2014-08-12 09:16:08 +02:00
Tomaka17
c3a73bd68e Remove deps/gl 2014-08-11 10:27:29 +02:00
Tomaka17
1cc0447c5e Initial commit 2014-07-27 11:41:26 +02:00