librashader/librashader-common/Cargo.toml

14 lines
299 B
TOML
Raw Normal View History

2022-10-21 21:04:00 -04:00
[package]
name = "librashader-common"
2022-10-21 21:04:00 -04:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-11-14 00:14:05 -05:00
[features]
default = [ "opengl" ]
opengl = ["gl"]
2022-10-21 21:04:00 -04:00
[dependencies]
2022-11-17 00:08:11 -05:00
gl = { version = "0.14.0", optional = true }
image = "0.24.5"