Skip to content

Commit

Permalink
Remove unused raqote features
Browse files Browse the repository at this point in the history
  • Loading branch information
l4l committed Dec 3, 2020
1 parent 457ba9d commit 51e64f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
anyhow = "1.0.34"
wayland-protocols = { version = "0.28.2", default-features = false, features = ["unstable_protocols", "client"] }
sctk = { version = "0.12.0", package = "smithay-client-toolkit", default-features = false, features = ["calloop"] }
raqote = { git = "https://github.com/l4l/raqote.git", branch = "borrowed-buffer" }
raqote = { git = "https://github.com/l4l/raqote.git", branch = "borrowed-buffer", default-features = false, features = ["text"] }
font-kit = "0.10"
xdg = "2.2.0"
fep = { version = "1.1.1", package = "freedesktop_entry_parser" }
Expand Down

0 comments on commit 51e64f0

Please sign in to comment.