mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 05:11:31 +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
|
||||
|
||||
`cargo build` will automatically compile molten for you.
|
||||
`cargo build --features external` requires libMoltenVK to be visible. You have to manually set `LD_LIBRARY_PATH`.
|
||||
`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`.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
git submodule update --init
|
||||
git clone https://github.com/KhronosGroup/MoltenVK.git
|
||||
cd MoltenVK
|
||||
sh fetchDependencies
|
||||
make macos
|
||||
|
|
Loading…
Reference in a new issue