mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Switched from age to libsodium.
This commit is contained in:
@@ -8,7 +8,6 @@ import "core:strings"
|
||||
Feature :: enum {
|
||||
Git,
|
||||
Fd,
|
||||
Age,
|
||||
}
|
||||
|
||||
AvailableFeatures :: bit_set[Feature]
|
||||
@@ -31,9 +30,6 @@ check_features :: proc() -> AvailableFeatures {
|
||||
if find_binary(paths, "fd") != "" {
|
||||
feats += {.Fd}
|
||||
}
|
||||
if find_binary(paths, "age") != "" {
|
||||
feats += {.Age}
|
||||
}
|
||||
|
||||
return feats
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user