medit/Cargo.toml

10 lines
190 B
TOML
Raw Normal View History

2022-08-16 01:42:40 +00:00
[package]
name = "medit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-16 03:28:39 +00:00
sdl2 = "0.35.2"