Skip to content

Commit 7397b0a

Browse files
authored
Create Cargo.toml
1 parent ceab3f3 commit 7397b0a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

source-code/Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[package]
2+
name = "gameframe"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[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"
9+
tracing = "0.1"
10+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
11+
xkbcommon = "0.7"
12+
udev = "0.7"
13+
input = "0.8"
14+
drm = "0.11"
15+
gbm = "0.14"
16+
egl = "0.3"
17+
glow = "0.13"

0 commit comments

Comments
 (0)