grovesNL / spirv_cross

Safe Rust wrapper around SPIRV-Cross
Apache License 2.0
86 stars 42 forks source link

Running examples from `master` fails #126

Closed grovesNL closed 4 years ago

grovesNL commented 4 years ago

Cloning master and running examples currently fails with:

src/wrapper.cpp(4): fatal error C1083: Cannot open include file: 'vendor/SPIRV-Cross/spirv_cross_util.hpp': No such file or directory

This issue was probably introduced while minimizing the amount vendored files – I will look into it

grovesNL commented 4 years ago

Actually this works fine – just forgot to include --recursive while cloning to test the example