iced_term 0.4.0

Terminal emulator widget powered by ICED framework and alacritty terminal backend.
Documentation
[dependencies.alacritty_terminal]
version = "0.22"

[dependencies.anyhow]
version = "1.0"

[dependencies.iced]
features = ["smol", "tokio", "canvas", "wgpu", "lazy", "advanced"]
version = "0.12"

[dependencies.iced_core]
version = "0.12"

[dependencies.iced_graphics]
version = "0.12"

[dependencies.open]
version = "5"

[dependencies.tokio]
features = ["full"]
version = "1.36"

[package]
authors = ["Ilya Shvyryalkin <ilyashvy@gmail.com>"]
categories = ["gui"]
description = "Terminal emulator widget powered by ICED framework and alacritty terminal backend."
edition = "2021"
license = "MIT"
name = "iced_term"
readme = "README.md"
repository = "https://github.com/Harzu/iced_term"
version = "0.4.0"