mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Only load platforms for OS (#288)
* Only load platforms for OS * Update to version 1.7.10
This commit is contained in:
+2
-4
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "boilr"
|
||||
version = "1.7.9"
|
||||
version = "1.7.10"
|
||||
|
||||
[dependencies]
|
||||
base64 = "^0.20.0"
|
||||
@@ -21,9 +21,6 @@ eyre = "^0.6.8"
|
||||
color-eyre = "^0.6.2"
|
||||
dyn-clone = "^1.0.10"
|
||||
|
||||
[dependencies.sqlite]
|
||||
version = "^0.30.3"
|
||||
|
||||
[dependencies.dashmap]
|
||||
features = ["serde"]
|
||||
version = "^5.4.0"
|
||||
@@ -65,6 +62,7 @@ winres = "^0.1.12"
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
winreg = "^0.10.1"
|
||||
sqlite = "^0.30.3"
|
||||
|
||||
[features]
|
||||
# This feature is enabled when building for a flatpak environment
|
||||
|
||||
Reference in New Issue
Block a user