feat: Initial commit

This commit is contained in:
uttarayan21
2024-06-16 21:02:22 +05:30
commit d96fd68357
7 changed files with 708 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "lib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
audio = "0.2.0"
macroquad = "0.4.8"
once_cell = "1.19.0"