Skip to content

Commit 311dcda

Browse files
committed
Add workspacing
1 parent 3a64873 commit 311dcda

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cargo.lock
33
ui/target
44
ui-sys/target
55
iui/target
6-
6+
target

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[workspace]
2+
members = [
3+
"ui-sys",
4+
"ui",
5+
"iui",
6+
]

0 commit comments

Comments
 (0)