summaryrefslogtreecommitdiff
path: root/glfw/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 /glfw/Cargo.toml
parent7083a19bf1029bff21a9550d40cc3260e99aac53 (diff)
chore: remove glfw crate
Diffstat (limited to 'glfw/Cargo.toml')
-rw-r--r--glfw/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml
deleted file mode 100644
index 0a47e73..0000000
--- a/glfw/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "glfw"
-version = "0.1.0"
-edition = "2021"
-
-[features]
-opengl = []
-
-[dependencies]
-libc = "0.2.148"
-thiserror = "1.0.49"
-bitflags = "2.4.0"
-util-macros = { path = "../util-macros" }
-
-[build-dependencies.bindgen]
-version = "0.68.1"
-default-features = false
-features = ["runtime"]