piss/Cargo.toml

15 lines
311 B
TOML

[package]
name = "piss"
version = "0.1.0"
license = "AGPL-3.0-or-later"
edition = "2021"
[dependencies]
alacritty_terminal = "0.16"
bdf = { git = "https://github.com/meh/rust-bdf" }
env_logger = "0.9"
log = "0.4"
mio-extras = "2"
softbuffer = { git = "https://github.com/john01dav/softbuffer" }
winit = "0.27"