Initial commit

This commit is contained in:
2022-02-16 14:37:54 +01:00
commit efd0b529d0
12 changed files with 3047 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "winelounge"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
rand = "0.8"
[dependencies.sdl2]
version = "0.35"
features = ["image", "ttf"]