Skip to content

Commit 9f62e05

Browse files
authored
Update Cargo.toml
1 parent 5ccf2d4 commit 9f62e05

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

source-code/backend/Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
smithay = { version = "0.3", features = ["backend_winit", "renderer_gl", "wayland_frontend", "xwayland"] }
8-
wayland-server = "0.30"
9-
wayland-protocols = "0.30"
10-
x11rb = "0.10"
7+
# Używamy wersji git, ponieważ API użyte w kodzie (makra delegate_*) jest dostępne w wersji deweloperskiej.
8+
smithay = { git = "https://github.com/Smithay/smithay.git", features = ["backend_winit", "renderer_gl", "wayland_frontend", "xwayland"] }
119
log = "0.4"
1210
env_logger = "0.10"
13-
slog = "2.7"
14-
slog-term = "2.9"
15-
slog-async = "2.8"
16-
slog-stdlog = "4.1"
17-
winit = "0.28"

0 commit comments

Comments
 (0)