feature/capability-based-deps #53

Merged
david merged 130 commits from feature/capability-based-deps into main 2026-03-31 01:55:23 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b28cd154c7 - Show all commits

View File

@@ -99,7 +99,6 @@ class PygameDisplay:
self.width = width
self.height = height
try:
import pygame
except ImportError:

View File

@@ -15,7 +15,7 @@ from .factory import (
create_stage_from_font,
create_stage_from_source,
)
from .message_overlay import MessageOverlayStage, MessageOverlayConfig
from .message_overlay import MessageOverlayConfig, MessageOverlayStage
from .transform import (
CanvasStage,
FontStage,