Phase 6: Native Executables implementieren und Change archivieren

This commit is contained in:
2026-09-07 14:16:32 +02:00
parent 993c3e7638
commit 60d37ec79d
28 changed files with 1951 additions and 215 deletions

22
Cargo.lock generated
View File

@@ -609,11 +609,23 @@ dependencies = [
"anyhow",
"crossterm",
"ratatui",
"signal-hook",
"tb-export",
"tb-frontend",
"tb-ide",
"tb-runner",
"tb-runtime",
"tb-ui",
"tb-vm",
"windows-sys 0.59.0",
]
[[package]]
name = "tb-export"
version = "0.1.0"
dependencies = [
"anyhow",
"tb-vm",
]
[[package]]
@@ -639,6 +651,16 @@ dependencies = [
"unicode-width 0.2.0",
]
[[package]]
name = "tb-runner"
version = "0.1.0"
dependencies = [
"tb-export",
"tb-runtime",
"tb-ui",
"tb-vm",
]
[[package]]
name = "tb-runtime"
version = "0.1.0"