Skip to content

Commit 38bca1f

Browse files
authored
Removed old references to abandoned gui version.
1 parent abad802 commit 38bca1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ edition = "2018"
99
name = "RustBCA"
1010
path = "src/main.rs"
1111

12-
[[bin]]
13-
name = "RustBCAGUI"
14-
path = "src/gui.rs"
15-
required-features = ["gui"]
16-
1712
[lib]
1813
name = "libRustBCA"
1914
path = "src/lib.rs"
@@ -62,4 +57,3 @@ no_list_output = []
6257
parry3d = ["parry3d-f64"]
6358
accelerated_ions = []
6459
python = ["pyo3"]
65-
gui = ["egui"]

0 commit comments

Comments
 (0)