summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-12 02:04:02 +0000
committerGitHub <noreply@github.com>2024-03-12 02:04:02 +0000
commitf5e85f33ab2be4de7382fc2d7f21ad994cbd9750 (patch)
tree3845438808cce8611acc49697edd414e3c92a639
parentd2d4caf103d17b00425f54f51b19c082f2abf8bf (diff)
add leptos shiut
-rw-r--r--shells/dev.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/dev.nix b/shells/dev.nix
index f715813..088a8f5 100644
--- a/shells/dev.nix
+++ b/shells/dev.nix
@@ -4,10 +4,14 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs; [
clang
llvmPackages.bintools
+ xorg.libX11.dev
+ xorg.libXft.dev
+ xorg.libXinerama.dev
rustup
rustfmt
trunk
rustc-wasm32
dioxus-cli
+ cargo-leptos
];
}