Cocoa opens a window with OpenGL context inside

This commit is contained in:
David Partouche 2014-10-04 15:49:39 +02:00
parent fe245e2929
commit c38110cac7
3 changed files with 105 additions and 12 deletions

View file

@ -12,3 +12,9 @@ git = "https://github.com/tomaka/android-rs-glue"
[dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"
[dependencies.cocoa]
git = "https://github.com/DavidPartouche/rust-cocoa"
[dependencies.core_foundation]
git = "https://github.com/DavidPartouche/rust-core-foundation"