aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-08 05:19:11 +0100
committerAkshay <[email protected]>2021-04-08 05:20:01 +0100
commit3f341d9faa6f777297e593e19bb13737a50cd031 (patch)
treebe70862855d4fdfeb44016a9b3307755b9f086d7 /Cargo.toml
parentb90c2c4bc61248d5ea2e894fc70b84bc00582406 (diff)
rework nix flake
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 ce5d614..c76160a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
8 8
9[dependencies] 9[dependencies]
10sdl2 = {version = "0.34", features = ["ttf"]} 10sdl2 = {version = "0.34", features = ["ttf"]}
11obi = { git = "https://github.com/nerdypepper/obi" } 11obi = { git = "https://github.com/nerdypepper/obi", rev = "7d2924015e691fa229c6b6fd96240ef47b3a9e5f" }
12env_logger = "0.8.3" 12env_logger = "0.8.3"
13log = "0.4.0" 13log = "0.4.0"
14pico-args = "0.4.0" 14pico-args = "0.4.0"