Skip to content

Commit

Permalink
3;.0.0-patch.1
Browse files Browse the repository at this point in the history
Accidentally kept console open in release mode whoops (low intelligence specimen)
  • Loading branch information
Centri3 committed Oct 8, 2022
1 parent 869676a commit c2e0b25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "speng-starb"
version = "3.0.0"
version = "3.0.0-patch.1"
edition = "2021"
description = "A program to provide QOL patches for the Star browser in SpaceEngine"
license = "MIT OR Apache-2.0"
Expand Down
5 changes: 0 additions & 5 deletions src/app.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#![cfg_attr(
all(target_os = "windows", not(debug_assertions)),
windows_subsystem = "windows"
)]

use crate::handler::{self, CompactPatch, EsiFilter, Handler, NoMaxSearchRadius, Reason};
use eframe::{glow, App, Frame};
use egui::{Align, CentralPanel, Direction, Layout, Slider, TopBottomPanel};
Expand Down
5 changes: 5 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// Please don't judge me for my spaghetti code here please I'm rushing this out really hard and this project shouldn't be taken too seriously anyway (it'll be made obsolete soon™️)

#![cfg_attr(
all(target_os = "windows", not(debug_assertions)),
windows_subsystem = "windows"
)]

use app::StarApp;
use eframe::NativeOptions;

Expand Down

0 comments on commit c2e0b25

Please sign in to comment.