embedding: redo browser creation and message loop code to be more CEF-like

big thanks to @alexcrichton for his help with this
This commit is contained in:
Mike Blumenkrantz 2014-11-19 22:48:32 -05:00
parent 0341444ce9
commit 8aceb59824
3 changed files with 107 additions and 49 deletions

View file

@ -18,6 +18,7 @@ extern crate rustuv;
extern crate servo;
extern crate azure;
extern crate compositing;
extern crate geom;
extern crate gfx;
extern crate glfw;