16 lines
398 B
TOML
16 lines
398 B
TOML
[package]
|
|
name = "baseview"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"William Light <git@wrl.lhiaudio.com>",
|
|
"Charles Saracco <crsaracco@gmail.com>"
|
|
]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
[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] |