summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2023-11-05 14:21:19 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2023-12-19 21:17:31 +1300
commit5b4232c00733cd30bdb0d74ec7ebac5ab714aa32 (patch)
tree845ec847680619294455e9f3e20a32eba0933e4c /Cargo.toml
parent8274600c5fba9bb4331d281cd54aaaf676c69719 (diff)
downloadphosphor-5b4232c00733cd30bdb0d74ec7ebac5ab714aa32.zip
Remove winit feature restriction
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 ed6c28b..5b93570 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,4 @@ buffer = { path = "/home/ben/Libraries/buffer" }
geometry = { path = "/home/ben/Libraries/geometry" }
softbuffer = "0.3.1"
-winit = { version = "0.28.1", default-features = false, features = ["x11"] }
+winit = { version = "0.28.1" }