2022-11-09 01:11:25 -05: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-21 17:44:38 -05:00
|
|
|
librashader-common = { path = "../librashader-common", features = ["opengl"] }
|
|
|
|
librashader-presets = { path = "../librashader-presets" }
|
|
|
|
librashader-preprocess = { path = "../librashader-preprocess" }
|
|
|
|
librashader-reflect = { path = "../librashader-reflect" }
|
2022-11-11 02:26:57 -05:00
|
|
|
spirv_cross = "0.23.1"
|
2022-11-09 01:11:25 -05:00
|
|
|
rustc-hash = "1.1.0"
|
2022-11-11 21:52:22 -05:00
|
|
|
gl = "0.14.0"
|
2022-11-21 17:44:38 -05:00
|
|
|
bytemuck = "1.12.3"
|
2022-11-22 01:56:39 -05:00
|
|
|
thiserror = "1.0.37"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
glfw = "0.47.0"
|