Files
rdl/Cargo.toml
Arthur Roberts 2e92202dbb Added this wad.rs thingy
It'll hopefully let me get into more rust AND doom stuff
2023-06-18 22:40:17 +01:00

17 lines
327 B
TOML

[package]
name = "rdl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "1.3.3"
directories = "5.0.1"
eframe = "0.21.3"
native-dialog = "0.6.3"
rfd = "0.11.4"
serde = "1.0.163"
serde_derive = "1.0.163"
toml = "0.7.4"