Skip to content

Commit 68c640d

Browse files
committed
Another stab at CI
1 parent 08774c9 commit 68c640d

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ strip = true
4343

4444
[dependencies]
4545
serde = { version = "1.0", features = ["derive"] }
46-
egui = { version = "0.27", features = ["persistence", "wgpu"], optional = true }
47-
eframe = { version = "0.27", features = [
48-
"persistence",
49-
"wgpu",
50-
], optional = true }
46+
egui = { version = "0.27", features = ["persistence"], optional = true }
47+
eframe = { version = "0.27", features = ["persistence"], optional = true }
5148
egui_file = { version = "0.17.0", optional = true }
5249
derive_more = "0.99.17"
5350
serde_json = "1.0"

0 commit comments

Comments
 (0)