librashader/librashader-common/Cargo.toml

21 lines
397 B
TOML
Raw Normal View History

2022-10-22 12:04:00 +11:00
[package]
name = "librashader-common"
2022-10-22 12:04:00 +11: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 16:14:05 +11:00
[features]
2022-11-22 08:53:36 +11:00
default = []
2022-11-14 16:14:05 +11:00
opengl = ["gl"]
directx = ["windows"]
2022-11-14 16:14:05 +11:00
2022-10-22 12:04:00 +11:00
[dependencies]
2022-11-17 16:08:11 +11:00
gl = { version = "0.14.0", optional = true }
image = "0.24.5"
num-traits = "0.2.15"
#
#[dependencies.windows]
#optional = true
#version = "0.43.0"