Refactor into different crates

This commit is contained in:
hal8174 2025-01-18 17:30:55 +01:00
parent 94473c64e0
commit dfdeae5638
82 changed files with 624 additions and 647 deletions

View file

@ -1,45 +0,0 @@
{
"blueprint": {
"item": "blueprint",
"label": "test",
"entities": [
{
"entity_number": 1,
"name": "locomotive",
"orientation": 0,
"position": {
"x": 0,
"y": 0
}
},
{
"entity_number": 2,
"name": "cargo-wagon",
"orientation": 0,
"position": {
"x": 0,
"y": 7
}
}
],
"stock_connections": [
{
"back": 2,
"stock": 1
},
{
"stock": 2,
"front": 1
}
],
"icons": [
{
"index": 1,
"signal": {
"name": "rail"
}
}
],
"version": 562949954797573
}
}