Rust 지원 제거
맥락: 클래식 포트를 Python/Cython 구현과 pygame GUI 중심으로 정리한다. 변경: Rust 크레이트, proto 계약, Rust backend shim, 패리티 테스트를 삭제하고 문서와 backend factory를 Python 전용으로 갱신했다. 확인: uv run pre-commit run --all-files; uv run pytest tests/games/classic; uv run lost-cities-classic-gui --help
This commit is contained in:
@@ -30,4 +30,4 @@ def test_gui_argparser_accepts_classic_options() -> None:
|
||||
|
||||
def test_gui_argparser_rejects_removed_backend_option() -> None:
|
||||
with pytest.raises(SystemExit):
|
||||
pygame_pvp.build_argparser().parse_args(["--backend", "rust"])
|
||||
pygame_pvp.build_argparser().parse_args(["--backend", "native"])
|
||||
|
||||
Reference in New Issue
Block a user