summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-01-15 16:58:45 +0100
committerfxqnlr <[email protected]>2023-01-15 16:58:45 +0100
commit30c1ffcecb541d9b27982df6af26948514cbadaa (patch)
tree11a898fc729bc813059fc8b66b7a27a3e9ec532e /Cargo.toml
parentfad32c31b59001bed46fa860fbc3a994d278e700 (diff)
downloadmodlist-30c1ffcecb541d9b27982df6af26948514cbadaa.tar
modlist-30c1ffcecb541d9b27982df6af26948514cbadaa.tar.gz
modlist-30c1ffcecb541d9b27982df6af26948514cbadaa.zip
started implementation of new input system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 76b31d4..9d85556 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "modlist" 2name = "modlist"
3version = "0.8.1" 3version = "0.9.0"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html