summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 107761ad1529aea885d6b9f93e20b705f541bb77 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "web"
version = "0.1.0"
authors = ["tom barrett <tom@tombarrett.xyz>"]
edition = "2021"

[dependencies]
sdl2 = {version = "0.36", features = ["gfx"]}
rand = "0.8.5"