Skip to content

Commit

Permalink
Bumped to version 0.3.0, updated cs2 schema and some code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Oct 6, 2023
1 parent b8c660e commit 13c6553
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 352 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 controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller"
version = "0.2.1"
version = "0.3.0"
edition = "2021"

[features]
Expand Down
1 change: 0 additions & 1 deletion controller/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::io;

use winres::WindowsResource;

const MANIFEST: &'static str = include_str!("./manifest.xml");
fn main() -> io::Result<()> {
let mut resource = WindowsResource::new();
resource.set_icon("../logo-icon.ico");
Expand Down
34 changes: 0 additions & 34 deletions controller/manifest.xml

This file was deleted.

0 comments on commit 13c6553

Please sign in to comment.