Skip to content

Commit 7c08985

Browse files
committed
Remove url dependency
Just use the glib function. Turns out url comes with a huge dep tree. Well, I guess back when I wrote this, we didn't have glib in our deps, but we had for a long time.
1 parent d1fc1ab commit 7c08985

File tree

3 files changed

+3
-299
lines changed

3 files changed

+3
-299
lines changed

Cargo.lock

Lines changed: 0 additions & 296 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ smithay-drm-extras.workspace = true
9393
tracing-subscriber.workspace = true
9494
tracing.workspace = true
9595
tracy-client.workspace = true
96-
url = { version = "2.5.7", optional = true }
9796
wayland-backend = "0.3.11"
9897
wayland-scanner = "0.31.7"
9998
xcursor = "0.3.10"
@@ -130,7 +129,7 @@ xshell = "0.2.7"
130129
[features]
131130
default = ["dbus", "systemd", "xdp-gnome-screencast"]
132131
# Enables D-Bus support (serve various freedesktop and GNOME interfaces, accessibility tree, power button handling).
133-
dbus = ["dep:zbus", "dep:async-io", "dep:url", "dep:accesskit", "dep:accesskit_unix"]
132+
dbus = ["dep:zbus", "dep:async-io", "dep:accesskit", "dep:accesskit_unix"]
134133
# Enables systemd integration (global environment, apps in transient scopes).
135134
systemd = ["dbus"]
136135
# Enables screencasting support through xdg-desktop-portal-gnome.

0 commit comments

Comments
 (0)