mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -329,6 +329,7 @@ dependencies = [
|
|||
"compositing 0.0.1",
|
||||
"cssparser 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"euclid 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gleam 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue