diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2023-11-05 14:21:19 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2023-12-19 21:17:31 +1300 |
commit | 5b4232c00733cd30bdb0d74ec7ebac5ab714aa32 (patch) | |
tree | 845ec847680619294455e9f3e20a32eba0933e4c /Cargo.toml | |
parent | 8274600c5fba9bb4331d281cd54aaaf676c69719 (diff) | |
download | phosphor-5b4232c00733cd30bdb0d74ec7ebac5ab714aa32.zip |
Remove winit feature restriction
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |