config: add global config with toggle to disable unlock for official vgpu cards

This commit is contained in:
Matt Bilker
2021-10-17 23:46:05 +00:00
parent b969aed98a
commit 9164fa73d9
3 changed files with 60 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
crate-type = ["cdylib"]
[dependencies]
ctor = "0.1.21"
libc = "0.2.102"
parking_lot = "0.11.2"
serde = { version = "1.0.130", features = ["derive"] }