compile-shaders: vendor shaderc-sys
This commit is contained in:
parent
44ac0511c3
commit
d1910063d8
5 changed files with 218 additions and 30 deletions
11
compile-shaders/shaderc-sys/Cargo.toml
Normal file
11
compile-shaders/shaderc-sys/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "shaderc-sys"
|
||||
version = "0.10.1"
|
||||
edition = "2024"
|
||||
authors = ["Lei Zhang <antiagainst@gmail.com>", "Mr. Knapp <knappador@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue