Skip to content

Commit

Permalink
Revert a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Oct 8, 2024
1 parent ac0141a commit 8724178
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "Bootstrap"
version = "0.6.6"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
#unity-rs = { path = "C:/Users/sarah/Documents/rust/Ferrex/unity/" }
unity-rs = { git = "https://github.com/RinLovesYou/Ferrex/", rev = "77d114c" }
ctor = "0.2.6"
chrono = "0.4.23"
Expand All @@ -28,4 +29,4 @@ windows = { version = "0.52.0", features = [
]}

[lib]
crate-type = ["dylib"]
crate-type = ["dylib"]
14 changes: 14 additions & 0 deletions Bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
#![allow(non_snake_case)]

// #![deny(
// missing_debug_implementations,
// unused_results,
// warnings,
// clippy::extra_unused_lifetimes,
// clippy::from_over_into,
// clippy::needless_borrow,
// clippy::new_without_default,
// clippy::useless_conversion
// )]
// #![forbid(rust_2018_idioms)]
// #![allow(clippy::inherent_to_string, clippy::type_complexity, improper_ctypes)]
// #![cfg_attr(docsrs, feature(doc_cfg))]

pub mod base_assembly;
pub mod console;
pub mod constants;
Expand Down
4 changes: 2 additions & 2 deletions 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 MelonProxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MelonProxy"
version = "0.6.6"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 8724178

Please sign in to comment.