mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
21dbeb6f83
Need to apply the same logic in wezterm-gui as we do in the wezterm-cli.
18 lines
366 B
TOML
18 lines
366 B
TOML
[package]
|
|
name = "env-bootstrap"
|
|
version = "0.1.0"
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
config = { path = "../config" }
|
|
dirs = "2.0"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
cocoa = "0.20"
|
|
libc = "0.2"
|
|
objc = "0.2"
|
|
|