Update WR (new texture cache allocator, shader deinit path).

This commit is contained in:
Glenn Watson 2017-08-16 09:18:43 +10:00
parent dc654c9912
commit 26083b1dca
4 changed files with 52 additions and 43 deletions

View file

@ -183,6 +183,8 @@ fn main() {
unregister_glutin_resize_handler(&window);
servo_wrapper.servo.deinit();
platform::deinit()
}