forked from Orchid/orchid
very elegant extension API and parts of it used in std as POC
This commit is contained in:
4
orchid-std/src/main.rs
Normal file
4
orchid-std/src/main.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
use orchid_extension::entrypoint::{extension_main, ExtensionData};
|
||||
use orchid_std::StdSystem;
|
||||
|
||||
pub fn main() { extension_main(ExtensionData { systems: &[&StdSystem] }) }
|
||||
Reference in New Issue
Block a user