Skip to content

Commit 8097b9f

Browse files
committed
feat: add support for x11
1 parent 61bbb1e commit 8097b9f

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Cargo.lock

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ eframe = { version = "0.30", default-features = false, features = [ #
1010
"glow", # Use the glow rendering backend. Alternative: "wgpu".
1111
"persistence", # Enable restoring app state when restarting the app.
1212
"wayland", # To support Linux (and CI)
13-
] }
13+
"x11",] }
1414
egui = "0.30"
1515
log = "0.4.22"
1616

0 commit comments

Comments
 (0)