#[macro_use] for texture

This commit is contained in:
Maik Klein 2016-12-26 03:43:53 +01:00 committed by GitHub
parent 581daa79a4
commit 1b43e3367b

View file

@ -1,5 +1,6 @@
#[macro_use] #[macro_use]
extern crate ash; extern crate ash;
#[macro_use]
extern crate examples; extern crate examples;
extern crate image; extern crate image;