diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-06 17:23:54 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-06 17:23:54 +0200 |
| commit | a5943ae8b445a79f78b0b26035c4e55a0e927f52 (patch) | |
| tree | e703ae7b13c9cb031b623a49810abffa45a2fc95 /Cargo.toml | |
| download | rutikmer-a5943ae8b445a79f78b0b26035c4e55a0e927f52.tar.gz rutikmer-a5943ae8b445a79f78b0b26035c4e55a0e927f52.tar.bz2 rutikmer-a5943ae8b445a79f78b0b26035c4e55a0e927f52.zip | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d373e5e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rutikmer" +version = "0.1.0" +authors = ["Charles <sircharlesaze@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies.sdl2] +version = "0.34.0" +default-features = false +features = ["ttf"] |
