feat: re-export connect_client from the correct version to avoid version conflicts
This commit is contained in:
@@ -21,6 +21,9 @@ type FrameInfo = <ast::client::RootAspect as ast::client::RootAspectMethods>::Fr
|
|||||||
type Line = ast::client::drawable::Line;
|
type Line = ast::client::drawable::Line;
|
||||||
type LinePoint = ast::client::drawable::LinePoint;
|
type LinePoint = ast::client::drawable::LinePoint;
|
||||||
type Vector3 = ast::client::values::Vector3;
|
type Vector3 = ast::client::values::Vector3;
|
||||||
|
|
||||||
|
// Re-export connect_client from the correct version
|
||||||
|
use ast::client::objects::connect_client as fusion_connect_client;
|
||||||
use tokio::runtime::Runtime;
|
use tokio::runtime::Runtime;
|
||||||
|
|
||||||
#[derive(Clone, serde::Serialize, serde::Deserialize)]
|
#[derive(Clone, serde::Serialize, serde::Deserialize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user