1
0
Fork 0
forked from wry/wry

compile-shaders: vendor shaderc-sys

This commit is contained in:
Julian Orth 2025-10-04 22:25:35 +02:00
parent 44ac0511c3
commit d1910063d8
5 changed files with 218 additions and 30 deletions

View 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"