Merge MacOS key storage

kernelkind (3):
      Add MacOS key storage
      Conditionally compile MacOS key storage code
      macos_key_storage: runner ignore tests
This commit is contained in:
William Casarin
2024-05-23 15:59:27 -07:00
5 changed files with 207 additions and 12 deletions

View File

@@ -42,6 +42,9 @@ bitflags = "2.5.0"
egui_virtual_list = "0.3.0"
#egui_virtual_list = { path = "/home/jb55/dev/github/lucasmerlin/hello_egui/crates/egui_virtual_list" }
[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2.11.0"
[features]
default = []