1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-08 21:41:04 +02:00

Merge pull request #584 from JakeStanger/docs/conf-schema

JSON Schema
This commit is contained in:
Jake Stanger 2024-05-31 22:12:50 +01:00 committed by GitHub
commit 6edfe94000
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 230 additions and 15 deletions

View file

@ -76,6 +76,8 @@ workspaces = ["futures-lite"]
"workspaces+sway" = ["workspaces", "swayipc-async"]
"workspaces+hyprland" = ["workspaces", "hyprland"]
schema = ["dep:schemars"]
[dependencies]
# core
gtk = "0.18.1"
@ -157,3 +159,6 @@ regex = { version = "1.10.4", default-features = false, features = [
"std",
], optional = true } # music, sys_info
zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # notifications, upower
# schema
schemars = { version = "0.8.19", optional = true }