41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
[package]
|
|
name = "wlx-overlay-s"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ash = "^0.37.2"
|
|
ash-window = "0.12.0"
|
|
chrono = "0.4.29"
|
|
cstr = "0.2.11"
|
|
env_logger = "0.10.0"
|
|
fontconfig-rs = { version = "0.1.1", features = ["dlopen"] }
|
|
freetype-rs = "0.32.0"
|
|
futures = "0.3.29"
|
|
glam = { version = "0.24.1", features = ["approx"] }
|
|
idmap = "0.2.21"
|
|
idmap-derive = "0.1.2"
|
|
input-linux = "0.6.0"
|
|
libc = "0.2.147"
|
|
log = "0.4.20"
|
|
once_cell = "1.18.0"
|
|
ovr_overlay = { features = ["ovr_input", "ovr_system"], path = "../ovr_overlay_oyasumi" }
|
|
png = "0.17.10"
|
|
raw-window-handle = "0.5.2"
|
|
regex = "1.9.5"
|
|
rodio = { version = "0.17.1", default-features = false, features = ["wav", "hound"] }
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
serde_yaml = "0.9.25"
|
|
smallvec = "1.11.0"
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
|
tinyvec = "1.6.0"
|
|
vulkano = { version = "0.33.0", features = ["serde"] }
|
|
vulkano-shaders = "0.33.0"
|
|
vulkano-util = "0.33.0"
|
|
vulkano-win = "0.33.0"
|
|
winit = "0.28.6"
|
|
wlx-capture = { git = "https://github.com/galister/wlx-capture.git" }
|
|
|