Skip to content

Commit

Permalink
Compile fixed
Browse files Browse the repository at this point in the history
Co-Authored-By: Cazdotsys <[email protected]>
Co-Authored-By: Thiago Goulart <[email protected]>
  • Loading branch information
3 people committed Dec 12, 2024
1 parent 2f26378 commit 97e381e
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 373 deletions.
5 changes: 1 addition & 4 deletions plugin_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ horizon_data_types = "0.4.0"
tokio = { version = "1.41.1", features = ["rt", "net", "rt-multi-thread"] }
uuid = "1.11.0"
socketioxide = "0.15.0"
horizon-plugin-api = "0.1.11"
horizon-plugin-api = "0.2.0"
#
#
#
#
###### BEGIN AUTO-GENERATED PLUGIN DEPENDENCIES - DO NOT EDIT THIS SECTION ######
chronos_plugin = { path = "../plugins/chronos_plugin", version = "0.1.0" }
player_lib = { path = "../plugins/player_lib", version = "0.1.0" }
stars_beyond_plugin = { path = "../plugins/stars_beyond", version = "0.1.0" }
unreal_adapter = { path = "../plugins/unreal_adapter", version = "0.1.0" }
unreal_adapter_horizon = { path = "../plugins/unreal_adapter_horizon", version = "0.1.0" }
###### END AUTO-GENERATED PLUGIN DEPENDENCIES ######
14 changes: 1 addition & 13 deletions plugin_api/src/plugin_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,13 @@ pub use chronos_plugin::Plugin as chronos_plugin_plugin;
pub use player_lib;
pub use player_lib::*;
pub use player_lib::Plugin as player_lib_plugin;
pub use stars_beyond_plugin;
pub use stars_beyond_plugin::*;
pub use stars_beyond_plugin::Plugin as stars_beyond_plugin_plugin;
pub use unreal_adapter;
pub use unreal_adapter::*;
pub use unreal_adapter::Plugin as unreal_adapter_plugin;
pub use unreal_adapter_horizon;
pub use unreal_adapter_horizon::*;
pub use unreal_adapter_horizon::Plugin as unreal_adapter_horizon_plugin;


// Invoke the macro with all discovered plugins
pub fn load_plugins() -> HashMap<String, (Pluginstate, Plugin)> {
let plugins = crate::load_plugins!(
chronos_plugin,
player_lib,
stars_beyond_plugin,
unreal_adapter,
unreal_adapter_horizon
player_lib
);
plugins
}
2 changes: 1 addition & 1 deletion plugins/chronos_plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
horizon-plugin-api = "0.1.13"
horizon-plugin-api = "0.2.0"
horizon_data_types = "0.4.0"
lazy_static = "1.5.0"
parking_lot = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/player_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
PebbleVault = "0.6.1"
horizon-plugin-api = "0.1.13"
horizon-plugin-api = "0.2.0"
horizon_data_types = "0.4.0"
socketioxide = "0.15.1"
parking_lot = "0.12.3"
9 changes: 0 additions & 9 deletions plugins/stars_beyond/Cargo.toml

This file was deleted.

46 changes: 0 additions & 46 deletions plugins/stars_beyond/src/lib.rs

This file was deleted.

21 changes: 0 additions & 21 deletions plugins/unreal_adapter/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions plugins/unreal_adapter/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions plugins/unreal_adapter/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/unreal_adapter/README.md

This file was deleted.

Loading

0 comments on commit 97e381e

Please sign in to comment.