Skip to content

Commit

Permalink
remove unneeded dep
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Apr 14, 2024
1 parent 53d3d5f commit 159bd96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
82 changes: 0 additions & 82 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.8", default-features = false }
winit = { version = "0.29.15", optional = true }
xdg = "2.5.2"
notify = { version = "6.1.1", default-features = false, optional = true }

[features]
default = ["openvr", "openxr", "osc", "x11", "wayland"]
Expand All @@ -63,4 +62,4 @@ openxr = ["dep:openxr"]
osc = ["dep:rosc"]
x11 = ["wlx-capture/xshm"]
wayland = ["wlx-capture/pipewire", "wlx-capture/wlr"]
uidev = ["dep:notify", "dep:winit"]
uidev = ["dep:winit"]

0 comments on commit 159bd96

Please sign in to comment.