cosmic-files: use winit feature

This commit is contained in:
Jeremy Soller 2024-07-03 12:30:27 -06:00
parent 54e178c4af
commit 271b917dc1
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -5,7 +5,7 @@ branch = "master"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features
cookbook_cargo --no-default-features --features winit
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/20_cosmic-files"
"""