dev: promote DOSBox-X and remove QEMU support

This commit is contained in:
2026-08-16 22:14:50 +09:00
parent 4ad3e3097b
commit 594704a07d
26 changed files with 176 additions and 2481 deletions
+2 -4
View File
@@ -1,16 +1,14 @@
[project]
name = "ferrolang"
version = "0.1.0"
description = "Ferro language compiler and QEMU development automation"
description = "Ferro language compiler and reproducible DOS development tools"
requires-python = ">=3.12"
dependencies = [
"onnxruntime>=1.28.0",
"pytest>=9.0.0",
"rapidocr>=3.9.2",
]
[project.scripts]
ferro-vm = "ferrolang_vm.cli:main"
ferro-dos = "ferrolang_vm.dos_cli:main"
ferro-test = "ferrolang_vm.test_cli:main"
[build-system]