2022-11-09 17:11:25 +11:00
|
|
|
[package]
|
|
|
|
name = "librashader-runtime-gl"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-14 16:14:05 +11:00
|
|
|
"librashader" = { path = "../librashader", features = ["opengl"] }
|
2022-11-09 17:11:25 +11:00
|
|
|
"librashader-presets" = { path = "../librashader-presets" }
|
|
|
|
"librashader-preprocess" = { path = "../librashader-preprocess" }
|
|
|
|
"librashader-reflect" = { path = "../librashader-reflect" }
|
2022-11-11 18:26:57 +11:00
|
|
|
spirv_cross = "0.23.1"
|
2022-11-09 17:11:25 +11:00
|
|
|
rustc-hash = "1.1.0"
|
2022-11-12 13:52:22 +11:00
|
|
|
gl = "0.14.0"
|
2022-11-14 17:49:51 +11:00
|
|
|
glfw = "0.47.0"
|
|
|
|
bytemuck = "1.12.3"
|