Remove MoltenVK as a submodule

This commit is contained in:
Maik Klein 2019-06-18 10:11:51 +02:00
parent 4a9cd996bd
commit 5f14e8bc7f
4 changed files with 2 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "MoltenVK"]
path = MoltenVK
url = https://github.com/KhronosGroup/MoltenVK.git

@ -1 +0,0 @@
Subproject commit 66b512c0045a06ec683f462b78805a02d13fcca2

View file

@ -42,8 +42,7 @@ You can run the example with `cargo run`.
### Features ### Features
`cargo build` will automatically compile molten for you. `cargo build` will automatically compile molten for you. If you want to compile molten yourself, you can use the `external` feature. `cargo build --features external` requires libMoltenVK to be visible. You have to manually set `LD_LIBRARY_PATH`.
`cargo build --features external` requires libMoltenVK to be visible. You have to manually set `LD_LIBRARY_PATH`.
## License ## License

View file

@ -1,4 +1,4 @@
git submodule update --init git clone https://github.com/KhronosGroup/MoltenVK.git
cd MoltenVK cd MoltenVK
sh fetchDependencies sh fetchDependencies
make macos make macos