Addded draw route rust structs

This commit is contained in:
2026-05-24 16:07:23 -03:00
parent 1fff02cdd2
commit 3a82dba854
4 changed files with 169 additions and 1 deletions

View File

@@ -100,7 +100,8 @@ pub fn init() -> Extension {
.command("ellipse", tcp::draw::send_ellipse_cot)
.command("rectangle", tcp::draw::send_rectangle_cot)
.command("free", tcp::draw::send_freedraw_cot)
.command("vector", tcp::draw::send_vectordraw_cot),
.command("vector", tcp::draw::send_vectordraw_cot)
.command("route", tcp::draw::send_route_cot),
),
)
.group(