summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-10-18 17:14:46 +0200
committerHampusM <hampus@hampusmat.com>2025-10-18 17:14:46 +0200
commit178723c9627a3aebb2f83dc476abe7d23de63eac (patch)
tree7591c4a864f93d7404af85f3e6a82dd9b972d886 /Cargo.toml
parent7083a19bf1029bff21a9550d40cc3260e99aac53 (diff)
chore: remove glfw crate
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 8ba4ecc..21eb777 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
-members = ["glfw", "engine", "ecs", "ecs-macros", "util-macros", "opengl-bindings"]
+members = ["engine", "ecs", "ecs-macros", "util-macros", "opengl-bindings"]
[dependencies]
engine = { path = "./engine" }