diff options
author | HampusM <hampus@hampusmat.com> | 2025-10-18 17:14:46 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-10-18 17:14:46 +0200 |
commit | 178723c9627a3aebb2f83dc476abe7d23de63eac (patch) | |
tree | 7591c4a864f93d7404af85f3e6a82dd9b972d886 /Cargo.toml | |
parent | 7083a19bf1029bff21a9550d40cc3260e99aac53 (diff) |
chore: remove glfw crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |