mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 13:21:30 +11:00
Remove MoltenVK as a submodule
This commit is contained in:
parent
4a9cd996bd
commit
5f14e8bc7f
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "MoltenVK"]
|
|
||||||
path = MoltenVK
|
|
||||||
url = https://github.com/KhronosGroup/MoltenVK.git
|
|
1
MoltenVK
1
MoltenVK
|
@ -1 +0,0 @@
|
||||||
Subproject commit 66b512c0045a06ec683f462b78805a02d13fcca2
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue