mirror of
https://github.com/pcvolkmer/winelounge.git
synced 2025-07-02 21:52:53 +00:00
Initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"]
|
Reference in New Issue
Block a user