Initial commit

This commit is contained in:
2025-04-09 16:34:48 +03:00
commit 89fbae858c
8 changed files with 359 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "PointInteraction"
version = "0.1.0"
edition = "2024"
[dependencies]
sdl3 = "0.14.19"
rand = "0.9.0"