feat(networking): add VPN, WiFi, and Wired network pages
This commit is contained in:
parent
d035ba0cf7
commit
fa22b556dd
22 changed files with 2876 additions and 131 deletions
|
|
@ -6,6 +6,7 @@ license = "GPL-3.0"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
as-result = "0.2.1"
|
||||
ashpd = { version = "0.9", default-features = false, features = ["tokio"] }
|
||||
async-channel = "2.3.1"
|
||||
chrono = "0.4.38"
|
||||
|
|
@ -14,6 +15,7 @@ color-eyre = "0.6.3"
|
|||
cosmic-bg-config.workspace = true
|
||||
cosmic-comp-config.workspace = true
|
||||
cosmic-config.workspace = true
|
||||
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
cosmic-panel-config.workspace = true
|
||||
cosmic-randr-shell.workspace = true
|
||||
cosmic-randr.workspace = true
|
||||
|
|
@ -25,6 +27,7 @@ derivative = "2.2.0"
|
|||
derive_setters = "0.1.6"
|
||||
dirs = "5.0.1"
|
||||
downcast-rs = "1.2.1"
|
||||
eyre = "0.6.12"
|
||||
freedesktop-desktop-entry = "0.7.3"
|
||||
futures = "0.3.30"
|
||||
hostname-validator = "1.1.1"
|
||||
|
|
@ -40,6 +43,7 @@ once_cell = "1.19.0"
|
|||
regex = "1.10.6"
|
||||
ron = "0.8"
|
||||
rust-embed = "8.5.0"
|
||||
secure-string = "0.3.0"
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
slab = "0.4.9"
|
||||
slotmap = "1.0.7"
|
||||
|
|
@ -58,7 +62,7 @@ zbus = { version = "4.4.0", features = ["tokio"] }
|
|||
|
||||
[dependencies.cosmic-settings-subscriptions]
|
||||
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
||||
features = ["pipewire", "pulse"]
|
||||
features = ["network_manager", "pipewire", "pulse"]
|
||||
|
||||
[dependencies.icu]
|
||||
version = "1.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue