Skip to content

Commit

Permalink
delete stuff until it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Feb 18, 2024
1 parent cd29a7b commit 4364b3f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 320 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "yahs"
description = "Yet Another HAB Simulator"
authors = ["Philip Linden <[email protected]>"]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license-file = "LICENSE"
Expand All @@ -27,10 +27,11 @@ log = { version = "0.4.20", features = ["release_max_level_debug"] }
egui = { version = "0.26.2", features = ["log", "serde"], optional = true }
egui_plot = { version = "0.26.2", features = ["serde"], optional = true }
eframe = { version = "0.26.2", features = ["persistence"], optional = true }
egui_file = { version = "0.15.0", optional = true }

[features]
default = []
gui = ["egui", "egui_plot", "eframe"]
gui = ["egui", "egui_file", "egui_plot", "eframe"]

[[bin]]
name = "yahs"
Expand Down
Empty file removed src/gui/controls.rs
Empty file.
2 changes: 0 additions & 2 deletions src/gui/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mod controls;
mod monitors;
mod shell;

pub use shell::Shell;
Expand Down
213 changes: 0 additions & 213 deletions src/gui/monitors.rs

This file was deleted.

Loading

0 comments on commit 4364b3f

Please sign in to comment.