aboutsummaryrefslogtreecommitdiff
path: root/examples/render-quad/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitc3683cb91a7142be405aa672fcbae4238a3bde72 (patch)
tree3069cd8aef8212e864181732a27534008f533d25 /examples/render-quad/Cargo.toml
parent7cdb4bb159a7df88390e63c59f0d4c5538d7411b (diff)
feat(render): texture store
Diffstat (limited to 'examples/render-quad/Cargo.toml')
-rw-r--r--examples/render-quad/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/render-quad/Cargo.toml b/examples/render-quad/Cargo.toml
index 6f75543..7e9bc61 100644
--- a/examples/render-quad/Cargo.toml
+++ b/examples/render-quad/Cargo.toml
@@ -11,4 +11,4 @@ winit = "^0.21"
log = "0.4.0"
simple_logger = "1.0"
rand = "0.7"
-
+image = "0.23.2"