mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add WebGLContextAttributes support
This commit also: * Allows to return non-rootable dictionaries from Codegen. * Merges the two context types in an enum type.
This commit is contained in:
parent
b1a773a15b
commit
b3ac346749
16 changed files with 255 additions and 80 deletions
|
@ -53,6 +53,7 @@ extern crate url;
|
|||
extern crate uuid;
|
||||
extern crate string_cache;
|
||||
extern crate webdriver_traits;
|
||||
extern crate offscreen_gl_context;
|
||||
|
||||
pub mod cors;
|
||||
pub mod document_loader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue