Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit c093f4d

Browse files
Add default-members to Cargo.toml
1 parent 14e479a commit c093f4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[workspace]
2+
default-members = [
3+
"atk",
4+
"atk/sys",
5+
"gdk",
6+
"gdk/sys",
7+
"gtk",
8+
"gtk/sys",
9+
"gtk3-macros",
10+
"examples",
11+
]
12+
213
members = [
314
"atk",
415
"atk/sys",

0 commit comments

Comments
 (0)