1
0
Fork 0
baseview/Cargo.toml

16 lines
398 B
TOML
Raw Normal View History

2020-05-26 04:04:48 +10:00
[package]
name = "baseview"
version = "0.1.0"
2020-05-26 05:35:33 +10:00
authors = [
"William Light <git@wrl.lhiaudio.com>",
"Charles Saracco <crsaracco@gmail.com>"
]
2020-05-26 04:04:48 +10:00
edition = "2018"
[dependencies]
2020-05-26 05:35:33 +10:00
[target.'cfg(target_os="linux")'.dependencies]
xcb = { version = "0.9", features = ["thread", "xlib_xcb", "dri2"] }
# [target.'cfg(target_os="windows")'.dependencies]
# [target.'cfg(target_os="macos")'.dependencies]