Skip to content

Commit

Permalink
use openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 30, 2024
1 parent bb0849e commit e397a9b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 86 deletions.
155 changes: 72 additions & 83 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions crates/unavi-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ anyhow = "1.0.95"
bevy = { workspace = true, features = ["wayland"] }
directories = "5.0.1"
image = { version = "0.25.5", default-features = false, features = ["png"] }
reqwest = { version = "0.12.11", default-features = false, features = [
"rustls-tls",
] }
reqwest = "0.12.11"
self_update = "0.41.0"
tempfile = "3.14.0"
winit = { version = "0.30.7", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions crates/unavi-app/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ let
[
alsa-lib
libxkbcommon
openssl
udev
vulkan-loader
wayland
Expand Down

0 comments on commit e397a9b

Please sign in to comment.