summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-11-07 13:57:49 +0100
committerHampusM <hampus@hampusmat.com>2025-11-07 13:57:49 +0100
commitdfb6b4e45065c618fdd2df7424fd66c439cd1841 (patch)
tree04fe2cc64d0370921790b852ef7553157a06b41a /engine/Cargo.toml
parentc85039da1d8c65cad4cd661b08e4acba706e32ee (diff)
feat(engine): make renderer command-basedHEADmaster
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 6ddcf12..8e46bef 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "engine"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
[dependencies]
glutin = "0.32.3"