Skip to content

Commit

Permalink
client-toolkit: Remove gl feature
Browse files Browse the repository at this point in the history
This was a helper for using the dmabuf export protocol, which is no
longer provided.
  • Loading branch information
ids1024 authored and Drakulix committed Jan 16, 2025
1 parent d218c76 commit b7652fe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 274 deletions.
4 changes: 0 additions & 4 deletions client-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ smithay = { git = "https://github.com/Smithay/smithay", rev = "c35bc3e", default
libc = "0.2.153"
wayland-protocols = { version = "0.32.4", features = ["client", "staging"] }

[build-dependencies]
gl_generator = { version = "0.14.0", optional = true }

[dev-dependencies]
futures = "0.3.24"
cascade = "1"
Expand All @@ -29,4 +26,3 @@ winit = "0.28.0"

[features]
default = []
gl = ["gl_generator"]
36 changes: 0 additions & 36 deletions client-toolkit/build.rs

This file was deleted.

154 changes: 0 additions & 154 deletions client-toolkit/src/egl.rs

This file was deleted.

76 changes: 0 additions & 76 deletions client-toolkit/src/gl.rs

This file was deleted.

4 changes: 0 additions & 4 deletions client-toolkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ pub use sctk;
pub use wayland_client;
pub use wayland_protocols;

#[cfg(feature = "gl")]
pub mod egl;
#[cfg(feature = "gl")]
pub mod gl;
pub mod screencopy;
pub mod toplevel_info;
pub mod toplevel_management;
Expand Down

0 comments on commit b7652fe

Please sign in to comment.