Add a runtime dependency on Python3 (http.server)

This commit is contained in:
2025-11-19 13:19:54 -06:00
parent e6379af883
commit 98212aa6bc

1
debian/control vendored
View File

@@ -20,6 +20,7 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
python3,
Description: Another Boids implementation in Rust.
Boids is a flocking algorithm. This one is built in Rust using the Bevy game
engine.