1 2 3 4 5 6 7
extern crate direct2d; #[test] fn factory_test() { assert!(direct2d::Factory::new().is_ok()); }