Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
f771e963
/
.
/
crates
/
khronos-egl
/
shell-wayland.nix
blob: f681f912316f16cd0ff8e410cd73d3d81044ed07 [
file
] [
log
] [
blame
]
{
pkgs
?
import
<nixpkgs>
{}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
gcc
pkgs
.
libGL
pkgs
.
pkg
-
config
pkgs
.
wayland
];
LD_LIBRARY_PATH
=
"${pkgs.libGL}/lib"
;
}