-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 729 Bytes
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "fev"
version = "0.2.3"
edition = "2021"
license = "0BSD"
description = "High-level VA-API bindings"
repository = "https://github.com/SludgePhD/FeV"
keywords = ["libva", "video", "decode", "codec", "acceleration"]
[dependencies]
libloading = "0.8.0"
bitflags = "2.3.2"
raw-window-handle = { version = "0.6.0", features = ["alloc"] }
log = "0.4.17"
bytemuck = { version = "1.12.1", features = ["derive", "min_const_generics"] }
[dev-dependencies]
winit = { version = "0.29.14", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "rwh_06"] }
env_logger = "0.11.3"
softbuffer = "0.4.1"
jpeg-decoder = "0.3.0"
anyhow = "1.0.68"
expect-test = "1.4.0"
[profile.dev.package."*"]
opt-level = 3