Skip to content

Commit 30bb567

Browse files
authored
Update Cargo.toml
1 parent 7397b0a commit 30bb567

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

source-code/Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
[package]
22
name = "gameframe"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
smithay = { git = "https://github.com/Smithay/smithay", features = ["backend_drm", "backend_libinput", "backend_session_logind", "backend_udev", "renderer_glow", "desktop", "xwayland"] }
8-
calloop = "0.12"
7+
smithay = { git = "https://github.com/Smithay/smithay", features = ["backend_drm", "backend_libinput", "backend_udev", "backend_session", "renderer_glow", "desktop", "xwayland", "wayland_frontend"] }
98
tracing = "0.1"
109
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1110
xkbcommon = "0.7"
12-
udev = "0.7"
11+
udev = "0.8"
1312
input = "0.8"
1413
drm = "0.11"
1514
gbm = "0.14"
16-
egl = "0.3"
15+
egl = "0.2"
1716
glow = "0.13"
17+
x11rb = "0.12"
18+
glam = "0.24"
19+
libloading = "0.8"
20+
libseat = "0.2"

0 commit comments

Comments
 (0)