mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
Disable unnessesary ggez features
This commit is contained in:
@@ -9,11 +9,14 @@ edition = "2021"
|
||||
default = ["nokhwa/default"]
|
||||
|
||||
[dependencies]
|
||||
ggez = "0.8.1"
|
||||
flume = "0.10.14"
|
||||
once_cell = "1.16.0"
|
||||
color-eyre = "0.6.2"
|
||||
|
||||
[dependencies.ggez]
|
||||
version = "0.8.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.0.20"
|
||||
features = ["derive"]
|
||||
|
||||
Reference in New Issue
Block a user