Enable a flatpak feature (#218)

This commit is contained in:
Philip Kristoffersen
2022-08-31 21:25:35 +02:00
committed by GitHub
parent a1eb34cc56
commit 993bf04a83
4 changed files with 30 additions and 4 deletions
+5 -1
View File
@@ -58,4 +58,8 @@ version = "^0.5.9"
winres = "^0.1.12"
[target."cfg(windows)".dependencies]
winreg = "^0.10.1"
winreg = "^0.10.1"
[features]
# This feature is enabled when building for a flatpak environment
flatpak = []