diff options
author | gennyble <gen@nyble.dev> | 2024-11-29 22:47:55 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-11-29 22:47:55 -0600 |
commit | c5f21d3f9843015ff290368205765002400c4622 (patch) | |
tree | 253170bfab2e2d85def352283681a8a612587ec2 /Cargo.toml | |
parent | 9bb9cd56951fe3c3ddb1c181cb32770c68f40478 (diff) | |
download | really-etches-c5f21d3f9843015ff290368205765002400c4622.tar.gz really-etches-c5f21d3f9843015ff290368205765002400c4622.zip |
Draws a line across the horizontal center
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e3c3f09..e2217f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] gilrs = "0.11.0" +softbuffer = "0.4.6" tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } winit = "0.30.5" |