Traditional route appears to work
Beginnings of dylib extensions, entirely untestted
This commit is contained in:
@@ -64,8 +64,7 @@ pub trait SystemCtor: Debug + Send + Sync + 'static {
|
||||
type Instance: System;
|
||||
const NAME: &'static str;
|
||||
const VERSION: f64;
|
||||
/// Create a system instance. When this function is called, a context object
|
||||
/// isn't yet available
|
||||
/// Create a system instance.
|
||||
fn inst(&self, deps: <Self::Deps as DepDef>::Sat) -> Self::Instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user