Skip to content

Commit

Permalink
client-toolkit: ext-cosmic-screencopy-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Mar 14, 2024
1 parent 97f0be2 commit 6d5cb8f
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions client-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cosmic-protocols = { path = "../" }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "2e9bf9f" }
wayland-client = { version = "0.31.1" }
smithay = { git = "https://github.com/Smithay/smithay", rev = "c35bc3e", default-features = false, features = ["backend_egl", "renderer_gl", "renderer_multi"], optional = true }
libc = "0.2.153"

[build-dependencies]
gl_generator = { version = "0.14.0", optional = true }
Expand Down
1 change: 1 addition & 0 deletions client-toolkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub use wayland_client;
pub mod egl;
#[cfg(feature = "gl")]
pub mod gl;
pub mod screencopy;
pub mod toplevel_info;
pub mod toplevel_management;
pub mod workspace;
Loading

0 comments on commit 6d5cb8f

Please sign in to comment.