[package] name = "luminol-term" description = "Luminol's in-built terminal" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true readme.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true [lints] workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # * Window management, graphical user interface and 3D rendering * # egui.workspace = true # * Data processing * # serde.workspace = true # * Useful procedural macros * # strum.workspace = true # * Luminol's crates * # luminol-core.workspace = true luminol-config.workspace = true luminol-macros.workspace = true luminol-audio.workspace = true color-eyre.workspace = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # * Window management, graphical user interface and 3D rendering * # alacritty_terminal.workspace = true # * More efficient implementations of individual components of Rust's Standard Library * # crossbeam-channel = "0.5" # Multi-producer multi-consumer channels