You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we only use the standard Windows backend on Windows 1.78 or
later, we can just use `kind = "raw-dylib"` to link to
`bcryptprimitives.dll`.
This reduces the `--target=all` dependancy graph for `getrandom` to:
```
└── getrandom v0.3.1
├── cfg-if v1.0.0
├── libc v0.2.170
├── r-efi v5.2.0
└── wasi v0.14.2+wasi-0.2.4
└── wit-bindgen-rt v0.39.0
└── bitflags v2.9.0
```
Signed-off-by: Joe Richey <joerichey@google.com>
0 commit comments