Simplify defining arc ffi types

This commit is contained in:
Xidorn Quan 2017-02-22 18:21:04 +11:00
parent 07debf5dc0
commit 0cac276891
6 changed files with 61 additions and 118 deletions

View file

@ -4,6 +4,7 @@
//! Gecko-specific style-system bits.
pub mod arc_types;
pub mod conversions;
pub mod data;
pub mod media_queries;