Skip to content

Commit 4a3d172

Browse files
committed
mcpp.toml: dist-web implies surface, like every sibling member
`[features.dist-web]` was missing `implies = ["surface"]`, present on every other dist/rules/tools feature and stated as the rule in this file's own header comment ("every member that embeds a payload implies it"). A prior merge also dropped the blank line before `[features.dist-apk]`.
1 parent 52a72ac commit 4a3d172

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎mcpp.toml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ implies = ["surface"]
164164

165165
[features.dist-web]
166166
sources = ["dist/web.cppm"]
167+
implies = ["surface"]
168+
167169
[features.dist-apk]
168170
sources = ["dist/apk.cppm"]
169171
implies = ["surface"]

0 commit comments

Comments
 (0)