Skip to content

Commit eaf728c

Browse files
cargo: create a workspace
1 parent 945a401 commit eaf728c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[workspace]
2+
members = [
3+
"gdk4",
4+
"gdk4/sys",
5+
"gsk4",
6+
"gsk4/sys",
7+
"gtk4",
8+
"gtk4/sys",
9+
]
10+
11+
exclude = ["gir"]

0 commit comments

Comments
 (0)