Skip to content

Commit 97885b8

Browse files
authored
chore: reorg crates (#93)
1 parent 75615fb commit 97885b8

211 files changed

Lines changed: 18 additions & 18 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "3"
33
members = [
4-
"otty",
5-
"otty-escape",
6-
"otty-pty",
7-
"otty-surface",
8-
"otty-vte",
9-
"otty-libterm",
10-
"otty-ui/*",
4+
"app",
5+
"crates/vte",
6+
"crates/escape",
7+
"crates/pty",
8+
"crates/surface",
9+
"crates/libterm",
10+
"crates/ui/*"
1111
]
1212

1313
[workspace.package]

otty/Cargo.toml renamed to app/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ license = "Apache-2.0"
1212

1313
[dependencies]
1414
iced = { workspace = true, features = ["canvas", "lazy", "advanced", "svg", "image", "tokio"] }
15-
otty-ui-term = { path = "../otty-ui/terminal", version = "0.1.0" }
16-
otty-ui-tree = { path = "../otty-ui/tree", version = "0.1.0" }
17-
otty-libterm = { path = "../otty-libterm", version = "0.1.0" }
15+
otty-ui-term = { path = "../crates/ui/terminal", version = "0.1.0" }
16+
otty-ui-tree = { path = "../crates/ui/tree", version = "0.1.0" }
17+
otty-libterm = { path = "../crates/libterm", version = "0.1.0" }
1818
log = { workspace = true }
1919
image = { version = "0.25", default-features = false, features = ["png"] }
2020
env_logger = "0.11"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

otty/src/components/primitive/sidebar_workspace_panel.rs renamed to app/src/components/primitive/sidebar_workspace_panel.rs

File renamed without changes.

0 commit comments

Comments
 (0)