piss/Cargo.toml

32 lines
758 B
TOML

[package]
name = "pissterm"
authors = ["mars <mars@tebibyte.media>"]
repository = "https://git.tebibyte.media/mars/piss"
version = "0.1.0"
license = "AGPL-3.0-or-later"
edition = "2021"
description = "A bare-bones terminal emulator that is not meant to be taken too seriously."
[dependencies]
alacritty_terminal = "0.16"
confy = "0.5"
env_logger = "0.9"
fnv = "1.0"
hex_color = { version = "2", features = ["serde"] }
log = "0.4"
mio-extras = "2"
serde = { version = "1", features = ["derive"] }
[dependencies.bdf]
git = "https://github.com/meh/rust-bdf"
rev = "2eceb66"
[dependencies.softbuffer]
git = "https://github.com/john01dav/softbuffer"
rev = "d30d325"
[dependencies.winit]
version = "0.27"
default_features = false
features = ["x11", "wayland"]