Closed
Description
https://travis-ci.org/ozkriff/zoc/jobs/169961437
...
cargo build --release
Compiling core v0.0.1 (file:///home/travis/build/ozkriff/zoc/core)
Compiling glutin v0.6.1
Compiling tempfile v2.1.4
Compiling wayland-window v0.2.3
Compiling gfx_window_glutin v0.12.0
Compiling zoc v0.0.1 (file:///home/travis/build/ozkriff/zoc)
error[E0432]: unresolved import `$crate`
--> src/pipeline.rs:8:1
|
8 | gfx_defines! {
| ^ no `$crate` in the root
|
= note: this error originates in a macro outside of the current crate
error[E0433]: failed to resolve. Use of undeclared type or module `gfx`
--> src/pipeline.rs:15:22
|
15 | basic_color: gfx::Global<[f32; 4]> = "u_Basic_color",
| ^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `gfx`
...