wip: new build?"
This commit is contained in:
parent
8d98ca7da0
commit
ae3537957b
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ wasmer = "1.0.0"
|
||||||
wasmer-wasi = "1.0.0"
|
wasmer-wasi = "1.0.0"
|
||||||
interprocess = "1.0.1"
|
interprocess = "1.0.1"
|
||||||
xrdb = "0.1.1"
|
xrdb = "0.1.1"
|
||||||
colors-transform = "0.2.5
|
colors-transform = "0.2.5"
|
||||||
zellij-tile = { path = "zellij-tile/", version = "1.0.0" }
|
zellij-tile = { path = "zellij-tile/", version = "1.0.0" }
|
||||||
|
|
||||||
[dependencies.async-std]
|
[dependencies.async-std]
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ use crate::cli::CliArgs;
|
||||||
use crate::common::input::config::Config;
|
use crate::common::input::config::Config;
|
||||||
use crate::layout::Layout;
|
use crate::layout::Layout;
|
||||||
use crate::panes::PaneId;
|
use crate::panes::PaneId;
|
||||||
use colors_transform::{Color, Rgb};
|
|
||||||
use async_std::task_local;
|
use async_std::task_local;
|
||||||
|
use colors_transform::{Color, Rgb};
|
||||||
use command_is_executing::CommandIsExecuting;
|
use command_is_executing::CommandIsExecuting;
|
||||||
use directories_next::ProjectDirs;
|
use directories_next::ProjectDirs;
|
||||||
use errors::{
|
use errors::{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue