Skip to content

Commit

Permalink
Rewrite beginnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Aug 28, 2024
1 parent f9e217f commit ead7267
Show file tree
Hide file tree
Showing 166 changed files with 1,881 additions and 13,412 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

93 changes: 0 additions & 93 deletions crates/api/src/install/install.rs

This file was deleted.

5 changes: 0 additions & 5 deletions crates/api/src/install/mod.rs

This file was deleted.

20 changes: 0 additions & 20 deletions crates/api/src/install/progress.rs

This file was deleted.

29 changes: 0 additions & 29 deletions crates/api/src/install/uninstall.rs

This file was deleted.

18 changes: 2 additions & 16 deletions crates/api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#![warn(missing_docs, rustdoc::broken_intra_doc_links)]
//! # Wormhole's API.
//!
//! This implements the plugin structure, mod installers,
//! game supports, and a lot more.
//!
//! In the future, this will hopefully be able to support
//! WASI-based plugins for extensibility.
use whcore::type_map;

#[macro_use]
extern crate lazy_static;
Expand All @@ -19,11 +12,4 @@ extern crate specta;
#[macro_use]
extern crate async_trait;

pub extern crate whcore;

pub mod install;
pub mod plugin;
pub mod register;
pub mod res;
pub mod seed;
pub mod unity;
type_map! {}
Loading

1 comment on commit ead7267

@RedstoneWizard08
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me when I delete 13k lines of code... 💀

Please sign in to comment.