mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use FnvHashMap in WebGL implementation.
This commit is contained in:
parent
6eb46b1a39
commit
0a64455c71
6 changed files with 30 additions and 26 deletions
|
@ -9,6 +9,7 @@ extern crate canvas_traits;
|
|||
extern crate compositing;
|
||||
extern crate cssparser;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
extern crate gleam;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use] extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue