Generate atom bindings for msvc

This commit is contained in:
Xidorn Quan 2016-07-12 19:28:29 +10:00
parent 3c3c32f95e
commit af3833d674
5 changed files with 16519 additions and 4701 deletions

View file

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#[macro_use]
extern crate cfg_if;
extern crate gecko_bindings;
extern crate heapsize;
extern crate serde;